[GitHub] [doris] github-actions[bot] commented on pull request #12981: [improvement](memory) set TCMALLOC_HEAP_LIMIT_MB to control memory co…

2022-09-27 Thread GitBox
github-actions[bot] commented on PR #12981: URL: https://github.com/apache/doris/pull/12981#issuecomment-1260469831 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [doris] zhannngchen commented on a diff in pull request #12866: [enhancement](compaction) introduce segment compaction (#12609)

2022-09-27 Thread GitBox
zhannngchen commented on code in PR #12866: URL: https://github.com/apache/doris/pull/12866#discussion_r982002203 ## be/src/olap/rowset/beta_rowset_writer.cpp: ## @@ -304,60 +397,76 @@ void BetaRowsetWriter::find_longest_consecutive_small_segment( is_terminated

[GitHub] [doris] freemandealer commented on a diff in pull request #12866: [enhancement](compaction) introduce segment compaction (#12609)

2022-09-27 Thread GitBox
freemandealer commented on code in PR #12866: URL: https://github.com/apache/doris/pull/12866#discussion_r982001474 ## be/src/olap/rowset/beta_rowset_writer.cpp: ## @@ -304,60 +397,76 @@ void BetaRowsetWriter::find_longest_consecutive_small_segment( is_terminat

[doris] branch master updated (1b1f13ec84 -> 819aecb26c)

2022-09-27 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 1b1f13ec84 [optimization](array-type) optimize error prompts when sql parser report error (#12999) add 819aecb2

[GitHub] [doris] yiguolei merged pull request #12976: [DOC](datev2) Add documents for DateV2

2022-09-27 Thread GitBox
yiguolei merged PR #12976: URL: https://github.com/apache/doris/pull/12976 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apa

[doris] branch master updated (16bb5cb430 -> 1b1f13ec84)

2022-09-27 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 16bb5cb430 [enhancement](memory) Jemalloc performance optimization and compatibility with MemTracker #12496 add

[GitHub] [doris] yiguolei merged pull request #12999: [optimization](array-type) optimize error prompts when sql parser rep…

2022-09-27 Thread GitBox
yiguolei merged PR #12999: URL: https://github.com/apache/doris/pull/12999 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apa

[doris] branch branch-1.1-lts updated: fix_md5sum_and_sm3sum (#13009)

2022-09-27 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-1.1-lts in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-1.1-lts by this push: new 57e6d261d1 fix_md5sum_and_sm3su

[GitHub] [doris] BiteTheDDDDt commented on issue #8721: [Enhancement] Remove some unused include

2022-09-27 Thread GitBox
BiteThet commented on issue #8721: URL: https://github.com/apache/doris/issues/8721#issuecomment-1260437818 > hi! are there any more header files that need to be removed? There are still many redundant includes in doris, you can use clangd or other tools to find and try to remove

[doris] branch branch-1.1-lts updated: [bugfix](compaction) bug: compaction read delete data as normal data (#13025)

2022-09-27 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-1.1-lts in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-1.1-lts by this push: new 98f11243cb [bugfix](compaction)

[GitHub] [doris] yiguolei merged pull request #13025: [bugfix](compaction) bug: compaction read delete data as normal data

2022-09-27 Thread GitBox
yiguolei merged PR #13025: URL: https://github.com/apache/doris/pull/13025 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apa

[GitHub] [doris] jacktengg commented on a diff in pull request #13025: [bugfix](compaction) bug: compaction read delete data as normal data

2022-09-27 Thread GitBox
jacktengg commented on code in PR #13025: URL: https://github.com/apache/doris/pull/13025#discussion_r981953891 ## be/src/olap/reader.cpp: ## @@ -824,7 +824,8 @@ OLAPStatus TabletReader::_init_delete_condition(const ReaderParams& read_params) return OLAP_SUCCESS;

[GitHub] [doris] yiguolei commented on a diff in pull request #13025: [bugfix](compaction) bug: compaction read delete data as normal data

2022-09-27 Thread GitBox
yiguolei commented on code in PR #13025: URL: https://github.com/apache/doris/pull/13025#discussion_r981949174 ## be/src/olap/reader.cpp: ## @@ -824,7 +824,8 @@ OLAPStatus TabletReader::_init_delete_condition(const ReaderParams& read_params) return OLAP_SUCCESS; }

[GitHub] [doris] jacktengg opened a new pull request, #13025: [bugfix](compaction) bug: compaction read delete data as normal data

2022-09-27 Thread GitBox
jacktengg opened a new pull request, #13025: URL: https://github.com/apache/doris/pull/13025 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Y

[GitHub] [doris] deaftstill commented on issue #12760: [Bug] 使用insert-values语句导致be节点挂了

2022-09-27 Thread GitBox
deaftstill commented on issue #12760: URL: https://github.com/apache/doris/issues/12760#issuecomment-1260364845 > Ok, I'll try -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific com

[GitHub] [doris] xinyiZzz commented on a diff in pull request #12496: [enhancement](memory) Jemalloc performance optimization and compatibility with MemTracker

2022-09-27 Thread GitBox
xinyiZzz commented on code in PR #12496: URL: https://github.com/apache/doris/pull/12496#discussion_r981925548 ## bin/start_be.sh: ## @@ -207,6 +207,8 @@ export UBSAN_OPTIONS=print_stacktrace=1 ## set hdfs conf export LIBHDFS3_CONF="${DORIS_HOME}/conf/hdfs-site.xml" +export

[GitHub] [doris] yiguolei merged pull request #12496: [enhancement](memory) Jemalloc performance optimization and compatibility with MemTracker

2022-09-27 Thread GitBox
yiguolei merged PR #12496: URL: https://github.com/apache/doris/pull/12496 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apa

[doris] branch master updated: [enhancement](memory) Jemalloc performance optimization and compatibility with MemTracker #12496

2022-09-27 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 16bb5cb430 [enhancement](memory) Jemalloc perfo

[GitHub] [doris] yiguolei commented on a diff in pull request #12496: [enhancement](memory) Jemalloc performance optimization and compatibility with MemTracker

2022-09-27 Thread GitBox
yiguolei commented on code in PR #12496: URL: https://github.com/apache/doris/pull/12496#discussion_r980713899 ## bin/start_be.sh: ## @@ -207,6 +207,8 @@ export UBSAN_OPTIONS=print_stacktrace=1 ## set hdfs conf export LIBHDFS3_CONF="${DORIS_HOME}/conf/hdfs-site.xml" +export

[GitHub] [doris] Gabriel39 opened a new pull request, #13024: [Bug](datev2) Fix compatible error between datev2 and date

2022-09-27 Thread GitBox
Gabriel39 opened a new pull request, #13024: URL: https://github.com/apache/doris/pull/13024 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Y

[doris] branch master updated (a79d2e592b -> e627d285e0)

2022-09-27 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from a79d2e592b [improvement](test) cache data from s3 to cacheDataPath (#13018) add e627d285e0 [chore](regressio

[GitHub] [doris] dataroaring merged pull request #12977: [chore](regression-test) add default group(p0) for regression-test

2022-09-27 Thread GitBox
dataroaring merged PR #12977: URL: https://github.com/apache/doris/pull/12977 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.

[GitHub] [doris] xinyiZzz opened a new pull request, #13023: [branch-1.1-lts](cherry-pick) Jemalloc performance optimization and compatibility with MemTracker

2022-09-27 Thread GitBox
xinyiZzz opened a new pull request, #13023: URL: https://github.com/apache/doris/pull/13023 # Proposed changes Issue Number: close #xxx ## Problem summary pick: #12496 ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Yes -

[GitHub] [doris] zhannngchen commented on a diff in pull request #12866: [enhancement](compaction) introduce segment compaction (#12609)

2022-09-27 Thread GitBox
zhannngchen commented on code in PR #12866: URL: https://github.com/apache/doris/pull/12866#discussion_r981901633 ## be/src/olap/rowset/beta_rowset_writer.cpp: ## @@ -165,52 +171,91 @@ Status BetaRowsetWriter::delete_original_segments(uint32_t begin, uint32_t end) // E

[doris] branch branch-1.1-lts updated: [branch-1.1-lts](memory) Disable page cache and lower chunk allocator to avoid OOM #13022

2022-09-27 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-1.1-lts in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-1.1-lts by this push: new f8a99c22c4 [branch-1.1-lts](mem

[GitHub] [doris] yiguolei merged pull request #13022: [branch-1.1-lts](memory) Disable page cache and lower chunk allocator to avoid OOM

2022-09-27 Thread GitBox
yiguolei merged PR #13022: URL: https://github.com/apache/doris/pull/13022 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apa

[GitHub] [doris] github-actions[bot] commented on pull request #12970: [Improvement](outfile) Support output null in parquet writer

2022-09-27 Thread GitBox
github-actions[bot] commented on PR #12970: URL: https://github.com/apache/doris/pull/12970#issuecomment-1260338762 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[GitHub] [doris] github-actions[bot] commented on pull request #12970: [Improvement](outfile) Support output null in parquet writer

2022-09-27 Thread GitBox
github-actions[bot] commented on PR #12970: URL: https://github.com/apache/doris/pull/12970#issuecomment-1260338743 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [doris] github-actions[bot] commented on pull request #13005: [chore](docs)Add local documentation compilation checks to reduce subsequent operations caused by pipeline build failures

2022-09-27 Thread GitBox
github-actions[bot] commented on PR #13005: URL: https://github.com/apache/doris/pull/13005#issuecomment-1260328872 `sh-checker report` To get the full details, please check in the [job]("https://github.com/apache/doris/actions/runs/3140509245";) output. shellcheck err

[GitHub] [doris-flink-connector] dinggege1024 opened a new issue, #68: [Enhancement] DorisRowConverter need support TIMEZONE

2022-09-27 Thread GitBox
dinggege1024 opened a new issue, #68: URL: https://github.com/apache/doris-flink-connector/issues/68 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Description

[doris] branch master updated (eef9367705 -> a79d2e592b)

2022-09-27 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from eef9367705 [feature](Nereids) use one stage aggregation if available (#12849) add a79d2e592b [improvement](te

[GitHub] [doris] morningman merged pull request #13018: [improvement](test) cache data from s3 to cacheDataPath

2022-09-27 Thread GitBox
morningman merged PR #13018: URL: https://github.com/apache/doris/pull/13018 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.a

[doris] branch master updated (1ba9e4b568 -> eef9367705)

2022-09-27 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 1ba9e4b568 [Improvement](sort) Reuse memory in sort node (#12921) add eef9367705 [feature](Nereids) use one sta

[GitHub] [doris] morrySnow merged pull request #12849: [feature](Nereids) use one stage aggregation if available

2022-09-27 Thread GitBox
morrySnow merged PR #12849: URL: https://github.com/apache/doris/pull/12849 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.ap

[doris] branch branch-1.1-lts updated: [Bug](function) core dump on substr #13007

2022-09-27 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-1.1-lts in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-1.1-lts by this push: new a4b83dc2f1 [Bug](function) core

[GitHub] [doris] zhannngchen commented on pull request #12886: [feature-wip](unique-key-merge-on-write) unique key with merge on write table support schema change

2022-09-27 Thread GitBox
zhannngchen commented on PR #12886: URL: https://github.com/apache/doris/pull/12886#issuecomment-1260310394 LGTM -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscr

[GitHub] [doris] github-actions[bot] commented on pull request #12849: [feature](Nereids) use one stage aggregation if available

2022-09-27 Thread GitBox
github-actions[bot] commented on PR #12849: URL: https://github.com/apache/doris/pull/12849#issuecomment-1260309075 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[GitHub] [doris] github-actions[bot] commented on pull request #12849: [feature](Nereids) use one stage aggregation if available

2022-09-27 Thread GitBox
github-actions[bot] commented on PR #12849: URL: https://github.com/apache/doris/pull/12849#issuecomment-1260309054 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [doris] xinyiZzz opened a new pull request, #13022: [branch-1.1-lts](memory) Disable page cache and lower chunk allocator to avoid OOM

2022-09-27 Thread GitBox
xinyiZzz opened a new pull request, #13022: URL: https://github.com/apache/doris/pull/13022 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Ye

[GitHub] [doris] morningman opened a new pull request, #13021: [improvement](scan) remove concurrency limit if scan has predicate

2022-09-27 Thread GitBox
morningman opened a new pull request, #13021: URL: https://github.com/apache/doris/pull/13021 # Proposed changes Issue Number: close #xxx ## Problem summary If a scan node has predicate, we can not limit the concurrency of scanner. Because we don't know how much data n

[doris] branch master updated: [Improvement](sort) Reuse memory in sort node (#12921)

2022-09-27 Thread gabriellee
This is an automated email from the ASF dual-hosted git repository. gabriellee pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 1ba9e4b568 [Improvement](sort) Reuse memory i

[GitHub] [doris] Gabriel39 merged pull request #12921: [Improvement](sort) Reuse memory in sort node

2022-09-27 Thread GitBox
Gabriel39 merged PR #12921: URL: https://github.com/apache/doris/pull/12921 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.ap

[GitHub] [doris] yiguolei merged pull request #13008: [fix](join)report 'natural join is not supported' instead of getting wrong result

2022-09-27 Thread GitBox
yiguolei merged PR #13008: URL: https://github.com/apache/doris/pull/13008 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apa

[doris-flink-connector] branch branch-for-flink-before-1.13 updated: update (#67)

2022-09-27 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a commit to branch branch-for-flink-before-1.13 in repository https://gitbox.apache.org/repos/asf/doris-flink-connector.git The following commit(s) were added to refs/heads/branch-for-flink-before-1.13 by th

[doris-flink-connector] branch schemachange-1.14 updated: [Feature] Support Light Schema change for flink1.14 (#64)

2022-09-27 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a commit to branch schemachange-1.14 in repository https://gitbox.apache.org/repos/asf/doris-flink-connector.git The following commit(s) were added to refs/heads/schemachange-1.14 by this push: new b4079

[GitHub] [doris-flink-connector] hf200012 merged pull request #64: [Feature] Support Light Schema change for flink1.14

2022-09-27 Thread GitBox
hf200012 merged PR #64: URL: https://github.com/apache/doris-flink-connector/pull/64 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...

[GitHub] [doris-flink-connector] hf200012 merged pull request #67: [Fix] add miss pr4

2022-09-27 Thread GitBox
hf200012 merged PR #67: URL: https://github.com/apache/doris-flink-connector/pull/67 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...

[GitHub] [doris] yiguolei merged pull request #13007: [Bug](function) core dump on substr

2022-09-27 Thread GitBox
yiguolei merged PR #13007: URL: https://github.com/apache/doris/pull/13007 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apa

[GitHub] [doris] github-actions[bot] commented on pull request #13007: [Bug](function) core dump on substr

2022-09-27 Thread GitBox
github-actions[bot] commented on PR #13007: URL: https://github.com/apache/doris/pull/13007#issuecomment-1259929813 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [doris] github-actions[bot] commented on pull request #13007: [Bug](function) core dump on substr

2022-09-27 Thread GitBox
github-actions[bot] commented on PR #13007: URL: https://github.com/apache/doris/pull/13007#issuecomment-1259929877 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[GitHub] [doris] github-actions[bot] commented on pull request #12921: [Improvement](sort) Reuse memory in sort node

2022-09-27 Thread GitBox
github-actions[bot] commented on PR #12921: URL: https://github.com/apache/doris/pull/12921#issuecomment-1259928485 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [doris] github-actions[bot] commented on pull request #12921: [Improvement](sort) Reuse memory in sort node

2022-09-27 Thread GitBox
github-actions[bot] commented on PR #12921: URL: https://github.com/apache/doris/pull/12921#issuecomment-1259928527 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[GitHub] [doris] github-actions[bot] commented on pull request #12981: [improvement](memory) set TCMALLOC_HEAP_LIMIT_MB to control memory co…

2022-09-27 Thread GitBox
github-actions[bot] commented on PR #12981: URL: https://github.com/apache/doris/pull/12981#issuecomment-1259775333 `sh-checker report` To get the full details, please check in the [job]("https://github.com/apache/doris/actions/runs/3135573969";) output. shellcheck err

[doris] branch master updated (d8ec53c83f -> 2dafbda9de)

2022-09-27 Thread adonisling
This is an automated email from the ASF dual-hosted git repository. adonisling pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from d8ec53c83f [enhancement](load) avoid duplicate reduce on same TabletsChannel #12975 add 2dafbda9de [chore](th

[GitHub] [doris] adonis0147 merged pull request #13016: [chore](third-party) Fix compilation errors reported by clang-15

2022-09-27 Thread GitBox
adonis0147 merged PR #13016: URL: https://github.com/apache/doris/pull/13016 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.a

[GitHub] [doris] dinggege1024 commented on a diff in pull request #2763: [Alter]Add wait time while doing alter options

2022-09-27 Thread GitBox
dinggege1024 commented on code in PR #2763: URL: https://github.com/apache/doris/pull/2763#discussion_r981380592 ## fe/src/main/java/org/apache/doris/alter/Alter.java: ## @@ -273,6 +276,18 @@ public void processAlterTable(AlterTableStmt stmt) throws UserException {

[GitHub] [doris] github-actions[bot] commented on pull request #13016: [chore](third-party) Fix compilation errors reported by clang-15

2022-09-27 Thread GitBox
github-actions[bot] commented on PR #13016: URL: https://github.com/apache/doris/pull/13016#issuecomment-1259652063 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [doris] github-actions[bot] commented on pull request #13016: [chore](third-party) Fix compilation errors reported by clang-15

2022-09-27 Thread GitBox
github-actions[bot] commented on PR #13016: URL: https://github.com/apache/doris/pull/13016#issuecomment-1259652118 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[GitHub] [doris] HappenLee opened a new pull request, #13020: [Opt](Vec) Support const column check nullable and remove nullable

2022-09-27 Thread GitBox
HappenLee opened a new pull request, #13020: URL: https://github.com/apache/doris/pull/13020 # Proposed changes 1. Support const column check nullable 2. Support const column remove nullable ## Problem summary Describe your changes. ## Checklist(Required)

[GitHub] [doris] dataalive commented on issue #12760: [Bug] 使用insert-values语句导致be节点挂了

2022-09-27 Thread GitBox
dataalive commented on issue #12760: URL: https://github.com/apache/doris/issues/12760#issuecomment-1259561690 so @deaftstill u could try on 1.1-lts -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [doris] dutyu closed issue #13010: [Bug] show proc "/cluster_health/tablet_health" returns wrong result

2022-09-27 Thread GitBox
dutyu closed issue #13010: [Bug] show proc "/cluster_health/tablet_health" returns wrong result URL: https://github.com/apache/doris/issues/13010 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[doris] branch master updated: [enhancement](load) avoid duplicate reduce on same TabletsChannel #12975

2022-09-27 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new d8ec53c83f [enhancement](load) avoid duplica

[GitHub] [doris] dataroaring merged pull request #12975: [enhancement](load) avoid duplicate reduce on same TabletsChannel

2022-09-27 Thread GitBox
dataroaring merged PR #12975: URL: https://github.com/apache/doris/pull/12975 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.

[GitHub] [doris] dataroaring merged pull request #12953: [feature-wip](new-scan) support more load situation

2022-09-27 Thread GitBox
dataroaring merged PR #12953: URL: https://github.com/apache/doris/pull/12953 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.

[doris] branch master updated: [feature-wip](new-scan) support more load situation (#12953)

2022-09-27 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new d80b7b9689 [feature-wip](new-scan) support m

[GitHub] [doris] Gabriel39 opened a new pull request, #13019: [Improvement](outfile) Support ORC format in outfile

2022-09-27 Thread GitBox
Gabriel39 opened a new pull request, #13019: URL: https://github.com/apache/doris/pull/13019 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Y

[doris] branch master updated: fix_md5sum_and_sm3sum (#13009)

2022-09-27 Thread yangzhg
This is an automated email from the ASF dual-hosted git repository. yangzhg pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 16f5204cab fix_md5sum_and_sm3sum (#13009) 16f520

[GitHub] [doris] yangzhg closed issue #12989: [Bug] The value of md5sum(NULL)/sm3sum(NULL) is not NULL when using broker to import data(Non-vectorized import)

2022-09-27 Thread GitBox
yangzhg closed issue #12989: [Bug] The value of md5sum(NULL)/sm3sum(NULL) is not NULL when using broker to import data(Non-vectorized import) URL: https://github.com/apache/doris/issues/12989 -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [doris] yangzhg merged pull request #13009: [fix](Broker Load)fix bug when load data using broker with md5sum()/sm3sum()

2022-09-27 Thread GitBox
yangzhg merged PR #13009: URL: https://github.com/apache/doris/pull/13009 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apac

[GitHub] [doris] smallhibiscus closed pull request #12774: [regression-test](join)Add test case of left join sql

2022-09-27 Thread GitBox
smallhibiscus closed pull request #12774: [regression-test](join)Add test case of left join sql URL: https://github.com/apache/doris/pull/12774 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the sp

[doris] branch master updated (57570f2090 -> 9a38a9677a)

2022-09-27 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 57570f2090 [feature](Nereids) Set pre-aggregation status for OLAP table scan (#12785) add 9a38a9677a [feature]

[GitHub] [doris] morrySnow merged pull request #12985: [feature](Nereids): Eliminate outer join

2022-09-27 Thread GitBox
morrySnow merged PR #12985: URL: https://github.com/apache/doris/pull/12985 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.ap

[GitHub] [doris] cambyzju commented on a diff in pull request #12897: [draft](cooldown) support local cache gc by disk usage

2022-09-27 Thread GitBox
cambyzju commented on code in PR #12897: URL: https://github.com/apache/doris/pull/12897#discussion_r978243282 ## be/src/common/config.h: ## @@ -844,6 +844,7 @@ CONF_mString(file_cache_type, ""); CONF_Validator(file_cache_type, [](const std::string config) -> bool { return

[GitHub] [doris] ruleeeer commented on issue #12836: [Bug] slack link is no longer active

2022-09-27 Thread GitBox
rulr commented on issue #12836: URL: https://github.com/apache/doris/issues/12836#issuecomment-1259424074 > you can try it:[join.slack.com/t/apachedoriscommunity/shared_invite/zt-1co4h0c90-Kfu5MUgaTi4n~lAwNXfbuQ](https://join.slack.com/t/apachedoriscommunity/shared_invite/zt-1co4h0c90-Kf

[GitHub] [doris] Kikyou1997 commented on a diff in pull request #12987: [feature](nereids) Enhancement for statistics

2022-09-27 Thread GitBox
Kikyou1997 commented on code in PR #12987: URL: https://github.com/apache/doris/pull/12987#discussion_r981150921 ## fe/fe-core/src/main/java/org/apache/doris/statistics/ColumnStat.java: ## @@ -54,7 +51,7 @@ * For example: * "@ndv = 10" means that the number distinct values i

[GitHub] [doris] Kikyou1997 commented on a diff in pull request #12987: [feature](nereids) Enhancement for statistics

2022-09-27 Thread GitBox
Kikyou1997 commented on code in PR #12987: URL: https://github.com/apache/doris/pull/12987#discussion_r981150921 ## fe/fe-core/src/main/java/org/apache/doris/statistics/ColumnStat.java: ## @@ -54,7 +51,7 @@ * For example: * "@ndv = 10" means that the number distinct values i

[GitHub] [doris] Kikyou1997 commented on a diff in pull request #12987: [feature](nereids) Enhancement for statistics

2022-09-27 Thread GitBox
Kikyou1997 commented on code in PR #12987: URL: https://github.com/apache/doris/pull/12987#discussion_r981150921 ## fe/fe-core/src/main/java/org/apache/doris/statistics/ColumnStat.java: ## @@ -54,7 +51,7 @@ * For example: * "@ndv = 10" means that the number distinct values i

[GitHub] [doris] dataroaring opened a new pull request, #13018: [improvement](test) cache data from s3 to cacheDataPath

2022-09-27 Thread GitBox
dataroaring opened a new pull request, #13018: URL: https://github.com/apache/doris/pull/13018 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ]

[GitHub] [doris] github-actions[bot] commented on pull request #12981: [improvement](memory) set TCMALLOC_HEAP_LIMIT_MB to control memory co…

2022-09-27 Thread GitBox
github-actions[bot] commented on PR #12981: URL: https://github.com/apache/doris/pull/12981#issuecomment-1259388558 `sh-checker report` To get the full details, please check in the [job]("https://github.com/apache/doris/actions/runs/3134322503";) output. shellcheck err

[GitHub] [doris] zhannngchen commented on a diff in pull request #12886: [feature-wip](unique-key-merge-on-write) unique key with merge on write table support schema change

2022-09-27 Thread GitBox
zhannngchen commented on code in PR #12886: URL: https://github.com/apache/doris/pull/12886#discussion_r981101947 ## be/src/olap/schema_change.cpp: ## @@ -1938,20 +1958,86 @@ Status SchemaChangeHandler::_do_process_alter_tablet_v2(const TAlterTabletReqV2& _tablet_i

[doris] branch master updated (9607f60845 -> 57570f2090)

2022-09-27 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 9607f60845 [Feature](serialize) move block_data_version to fe heart beat (#12667) add 57570f2090 [feature](Ner

[GitHub] [doris] morrySnow merged pull request #12785: [Feature](Nereids) Set pre-aggregation status for OLAP table scan.

2022-09-27 Thread GitBox
morrySnow merged PR #12785: URL: https://github.com/apache/doris/pull/12785 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.ap

[GitHub] [doris] chenlinzhong commented on pull request #13009: [fix](Broker Load)fix bug when load data using broker with md5sum()/sm3sum()

2022-09-27 Thread GitBox
chenlinzhong commented on PR #13009: URL: https://github.com/apache/doris/pull/13009#issuecomment-1259344060 LGTM -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubsc

[GitHub] [doris] ccoffline commented on pull request #11693: [Enhancement] add more metrics #11214

2022-09-27 Thread GitBox
ccoffline commented on PR #11693: URL: https://github.com/apache/doris/pull/11693#issuecomment-1259305379 > Please update the document: done -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[doris] branch master updated (ba5705a589 -> 9607f60845)

2022-09-27 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from ba5705a589 [feature-wip](statistics) step6: statistics is available (#8864) add 9607f60845 [Feature](serializ

[GitHub] [doris] morningman merged pull request #12667: [Feature](serialize) move block_data_version to fe heart beat

2022-09-27 Thread GitBox
morningman merged PR #12667: URL: https://github.com/apache/doris/pull/12667 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.a

[GitHub] [doris] HappenLee commented on a diff in pull request #13014: [Bug](load) fix core dump on big block load

2022-09-27 Thread GitBox
HappenLee commented on code in PR #13014: URL: https://github.com/apache/doris/pull/13014#discussion_r981057768 ## be/src/util/block_compression.cpp: ## @@ -73,6 +73,13 @@ class Lz4BlockCompression : public BlockCompressionCodec { } Status compress(const Slice& input

[GitHub] [doris-flink-connector] JNSimba opened a new pull request, #67: add miss pr4

2022-09-27 Thread GitBox
JNSimba opened a new pull request, #67: URL: https://github.com/apache/doris-flink-connector/pull/67 ## Problem Summary: #4 This pr seems to be lost when it is merged https://github.com/apache/doris-flink-connector/pull/4/files ## Checklist(Required) 1. Does it aff

[GitHub] [doris] spaces-X opened a new pull request, #13017: [Fix](meta): fix colocate group meta error

2022-09-27 Thread GitBox
spaces-X opened a new pull request, #13017: URL: https://github.com/apache/doris/pull/13017 # Proposed changes Issue Number: close #12788 ## Problem summary From version 1.1.1, the types of distributed columns in colocate table are with length and precision info, which are

[GitHub] [doris] HappenLee commented on a diff in pull request #12970: [Improvement](outfile) Support output null in parquet writer

2022-09-27 Thread GitBox
HappenLee commented on code in PR #12970: URL: https://github.com/apache/doris/pull/12970#discussion_r981044071 ## be/src/vec/runtime/vparquet_writer.cpp: ## @@ -215,58 +225,64 @@ Status VParquetWriterWrapper::write(const Block& block) { parquet::RowGroupWriter*

[GitHub] [doris] adonis0147 opened a new pull request, #13016: [chore](third-party) Fix compilation errors reported by clang-15

2022-09-27 Thread GitBox
adonis0147 opened a new pull request, #13016: URL: https://github.com/apache/doris/pull/13016 # Proposed changes Add some compile flags to eliminate compilation errors reported by clang-15. ## Problem summary Some packages can't be compiled by clang-15. 1. libunixodbc

[GitHub] [doris] HappenLee commented on a diff in pull request #12970: [Improvement](outfile) Support output null in parquet writer

2022-09-27 Thread GitBox
HappenLee commented on code in PR #12970: URL: https://github.com/apache/doris/pull/12970#discussion_r981024664 ## be/src/vec/runtime/vparquet_writer.cpp: ## @@ -173,22 +178,27 @@ Status VParquetWriterWrapper::write(const Block& block) { try { for (size_t i = 0; i

[GitHub] [doris] morrySnow opened a new pull request, #13015: [enhancement](Nereids) let BinaryArithmetic's dataType and nullable match with BE

2022-09-27 Thread GitBox
morrySnow opened a new pull request, #13015: URL: https://github.com/apache/doris/pull/13015 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Y

[GitHub] [doris] weizhengte commented on a diff in pull request #12987: [feature](nereids) Enhancement for statistics

2022-09-27 Thread GitBox
weizhengte commented on code in PR #12987: URL: https://github.com/apache/doris/pull/12987#discussion_r981021547 ## fe/fe-core/src/main/java/org/apache/doris/statistics/ColumnStat.java: ## @@ -54,7 +51,7 @@ * For example: * "@ndv = 10" means that the number distinct values i

[GitHub] [doris] LemonLiTree commented on issue #12729: Doris使用limit导致查询时间延长

2022-09-27 Thread GitBox
LemonLiTree commented on issue #12729: URL: https://github.com/apache/doris/issues/12729#issuecomment-1259257732 表数据量多大呢? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[GitHub] [doris] github-actions[bot] commented on pull request #13005: [chore](docs)Add local documentation compilation checks to reduce subsequent operations caused by pipeline build failures

2022-09-27 Thread GitBox
github-actions[bot] commented on PR #13005: URL: https://github.com/apache/doris/pull/13005#issuecomment-1259253916 `sh-checker report` To get the full details, please check in the [job]("https://github.com/apache/doris/actions/runs/3133657438";) output. shellcheck err

[doris] branch master updated (c21ecdd867 -> ba5705a589)

2022-09-27 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from c21ecdd867 [enhancement](test) add tpcds_sf1000 to p2 (#12695) add ba5705a589 [feature-wip](statistics) step6:

[GitHub] [doris] morrySnow merged pull request #8864: [feature-wip](statistics) step6: statistics is available

2022-09-27 Thread GitBox
morrySnow merged PR #8864: URL: https://github.com/apache/doris/pull/8864 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apac

[GitHub] [doris] BiteTheDDDDt opened a new pull request, #13014: [Bug](load) fix core dump on big block load

2022-09-27 Thread GitBox
BiteThet opened a new pull request, #13014: URL: https://github.com/apache/doris/pull/13014 # Proposed changes Issue Number: close #13011 ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: -

[GitHub] [doris] github-actions[bot] commented on pull request #12728: [fix](array-type) fix the be core dump when use string to insert array

2022-09-27 Thread GitBox
github-actions[bot] commented on PR #12728: URL: https://github.com/apache/doris/pull/12728#issuecomment-1259226618 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

  1   2   >