Re: [PR] [improve](move-memtable) skip load stream close wait when cancel [doris]

2024-01-02 Thread via GitHub
HHoflittlefish777 commented on PR #29427: URL: https://github.com/apache/doris/pull/29427#issuecomment-1873899482 run buildall -- 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

Re: [I] [Bug] Memory leak of be [doris]

2024-01-02 Thread via GitHub
xingyingone commented on issue #29378: URL: https://github.com/apache/doris/issues/29378#issuecomment-1873902586 Unfortunately, it can't be reproduced at the moment -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

Re: [PR] [fix](scan) [fix](scan) _insert_data_normal should catch exception when BlockReader::_unique_key_next_block [doris]

2024-01-02 Thread via GitHub
github-actions[bot] commented on code in PR #29426: URL: https://github.com/apache/doris/pull/29426#discussion_r1439360800 ## be/src/vec/olap/block_reader.cpp: ## @@ -429,12 +438,16 @@ Status BlockReader::_unique_key_next_block(Block* block, bool* eof) { return Status::OK(

Re: [PR] [improve](move-memtable) skip load stream close wait when cancel [doris]

2024-01-02 Thread via GitHub
github-actions[bot] commented on PR #29427: URL: https://github.com/apache/doris/pull/29427#issuecomment-1873906019 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] [improvement](group commit) Add an option of enable relay wal on all regression test [doris]

2024-01-02 Thread via GitHub
doris-robot commented on PR #28757: URL: https://github.com/apache/doris/pull/28757#issuecomment-1873906168 TeamCity be ut coverage result: Function Coverage: 36.63% (8615/23518) Line Coverage: 28.68% (70014/244109) Region Coverage: 27.67% (36249/130986) Branch Coverage: 24.3

Re: [PR] [Bug](mark-join) fix wrong result on mark join + other conjunct [doris]

2024-01-02 Thread via GitHub
BiteThet commented on PR #29321: URL: https://github.com/apache/doris/pull/29321#issuecomment-1873906477 run buildall -- 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

Re: [PR] [Bug](mark-join) fix wrong result on mark join + other conjunct [doris]

2024-01-02 Thread via GitHub
github-actions[bot] commented on PR #29321: URL: https://github.com/apache/doris/pull/29321#issuecomment-1873913412 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] Revert "Revert "[fix](journal) Fix infinite block due to initial BDB journal failed"" [doris]

2024-01-02 Thread via GitHub
xiaokang merged PR #29397: URL: https://github.com/apache/doris/pull/29397 -- 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-2.0 updated: Revert "Revert "[fix](journal) Fix infinite block due to initial BDB journal failed (#29205) (#29310)" (#29373)" (#29397)

2024-01-02 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.0 by this push: new 8505a74f263 Revert "Revert "[fix](journal)

Re: [PR] [fix](scan) [fix](scan) _insert_data_normal should catch exception when BlockReader::_unique_key_next_block [doris]

2024-01-02 Thread via GitHub
doris-robot commented on PR #29426: URL: https://github.com/apache/doris/pull/29426#issuecomment-1873917732 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G', run with scripts in https://github.com/apache/doris/tree/master/tools/tpch-tools ``` Tpch sf100 test result on

[PR] [improve](group commit) Group commit support commit by data size [doris]

2024-01-02 Thread via GitHub
mymeiyi opened a new pull request, #29428: URL: https://github.com/apache/doris/pull/29428 ## Proposed changes The later pr will support alter group commit data size: ``` ALTER TABLE dt SET ("group_commit_data_bytes"="67108864") ``` ## Further comments If this is

Re: [PR] [improve](agg)support push down min/max on unique table [doris]

2024-01-02 Thread via GitHub
github-actions[bot] commented on PR #29242: URL: https://github.com/apache/doris/pull/29242#issuecomment-1873918610 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

Re: [PR] [fix](statistics)Fix set partition loaded replayer try to write edit log bug. [doris]

2024-01-02 Thread via GitHub
morrySnow merged PR #29395: URL: https://github.com/apache/doris/pull/29395 -- 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 master updated: [fix](statistics)Fix set partition loaded replayer try to write edit log bug (#29395)

2024-01-02 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow 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 3eca457edd0 [fix](statistics)Fix set partition

Re: [PR] [fix](statistics)Fix set partition loaded replayer try to write edit log bug. [doris]

2024-01-02 Thread via GitHub
github-actions[bot] commented on PR #29395: URL: https://github.com/apache/doris/pull/29395#issuecomment-1873919477 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

Error while running github feature from .asf.yaml in doris!

2024-01-02 Thread Apache Infrastructure
An error occurred while running github feature in .asf.yaml!: You can only have a maximum of 10 external triage collaborators, please contact vp-in...@apache.org to request an exception. - To unsubscribe, e-mail: commits-unsub

Re: [PR] [improve](agg)support push down min/max on unique table [doris]

2024-01-02 Thread via GitHub
yiguolei merged PR #29242: URL: https://github.com/apache/doris/pull/29242 -- 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 (3eca457edd0 -> af39217d149)

2024-01-02 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 3eca457edd0 [fix](statistics)Fix set partition loaded replayer try to write edit log bug (#29395) add af39217d1

Re: [PR] [pick](nereids) partition prunner evaluates "not x=const" on single no… [doris]

2024-01-02 Thread via GitHub
xiaokang merged PR #29359: URL: https://github.com/apache/doris/pull/29359 -- 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

Error while running github feature from .asf.yaml in doris!

2024-01-02 Thread Apache Infrastructure
An error occurred while running github feature in .asf.yaml!: You can only have a maximum of 10 external triage collaborators, please contact vp-in...@apache.org to request an exception. - To unsubscribe, e-mail: commits-unsub

(doris) branch branch-2.0 updated: [fix](nereids) partition prunner evaluates "not x=const" on single node range #29164 (#29359)

2024-01-02 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.0 by this push: new 0cc166677ec [fix](nereids) partition prunn

Re: [PR] [improve](group commit) Group commit support commit by data size [doris]

2024-01-02 Thread via GitHub
mymeiyi commented on PR #29428: URL: https://github.com/apache/doris/pull/29428#issuecomment-1873922657 run buildall -- 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 unsu

Re: [PR] [fix](mysql) fix mysql channel infinite blocking [doris]

2024-01-02 Thread via GitHub
xiaokang commented on PR #28808: URL: https://github.com/apache/doris/pull/28808#issuecomment-1873923387 > > @fornaix can you submit a PR to branch-2.0 ? > > @xiaokang sure, #29374 tks! -- This is an automated message from the Apache Git Service. To respond to the message, pl

Re: [PR] [cherry pick](mysql) fix mysql channel infinite blocking [doris]

2024-01-02 Thread via GitHub
xiaokang commented on PR #29374: URL: https://github.com/apache/doris/pull/29374#issuecomment-1873923609 run buildall -- 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 un

Re: [PR] [fix](planner)nullable info of agg node's intermediate and output slots should be same [doris]

2024-01-02 Thread via GitHub
xiaokang merged PR #29404: URL: https://github.com/apache/doris/pull/29404 -- 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

Re: [PR] [fix](scan) [fix](scan) _insert_data_normal should catch exception when BlockReader::_unique_key_next_block [doris]

2024-01-02 Thread via GitHub
doris-robot commented on PR #29426: URL: https://github.com/apache/doris/pull/29426#issuecomment-1873924844 TeamCity be ut coverage result: Function Coverage: 36.63% (8612/23513) Line Coverage: 28.68% (69993/244027) Region Coverage: 27.67% (36233/130952) Branch Coverage: 24.3

(doris) branch branch-2.0 updated: [fix](planner)nullable info of agg node's intermediate and output slots should be same (#29404)

2024-01-02 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.0 by this push: new 52cb234bd58 [fix](planner)nullable info of

Re: [PR] [improve](group commit) Group commit support commit by data size [doris]

2024-01-02 Thread via GitHub
github-actions[bot] commented on code in PR #29428: URL: https://github.com/apache/doris/pull/29428#discussion_r1439374336 ## be/src/runtime/group_commit_mgr.h: ## @@ -62,44 +64,54 @@ class LoadBlockQueue { Status add_load_id(const UniqueId& load_id); void remove_load_

Re: [PR] [fix](scan) [fix](scan) _insert_data_normal should catch exception when BlockReader::_unique_key_next_block [doris]

2024-01-02 Thread via GitHub
doris-robot commented on PR #29426: URL: https://github.com/apache/doris/pull/29426#issuecomment-1873925683 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G', run with scripts in https://github.com/apache/doris/tree/master/tools/tpch-tools ``` Tpch sf100 test result on

Re: [PR] [Debug](Variant) sanitize variant in `write_column_to_mysql` [doris]

2024-01-02 Thread via GitHub
github-actions[bot] commented on PR #29380: URL: https://github.com/apache/doris/pull/29380#issuecomment-1873928364 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

Re: [PR] [Debug](Variant) sanitize variant in `write_column_to_mysql` [doris]

2024-01-02 Thread via GitHub
github-actions[bot] commented on PR #29380: URL: https://github.com/apache/doris/pull/29380#issuecomment-1873928402 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

Re: [PR] [Improve](Variant) catch exception when set_source_content throw exception [doris]

2024-01-02 Thread via GitHub
github-actions[bot] commented on PR #29424: URL: https://github.com/apache/doris/pull/29424#issuecomment-1873929115 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

Re: [PR] [Improve](Variant) catch exception when set_source_content throw exception [doris]

2024-01-02 Thread via GitHub
github-actions[bot] commented on PR #29424: URL: https://github.com/apache/doris/pull/29424#issuecomment-1873929086 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

Re: [PR] [fix](scan) [fix](scan) _insert_data_normal should catch exception when BlockReader::_unique_key_next_block [doris]

2024-01-02 Thread via GitHub
doris-robot commented on PR #29426: URL: https://github.com/apache/doris/pull/29426#issuecomment-1873929352 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 47.6 seconds stream load tsv: 563 seconds loaded 74807831229 Bytes, a

Re: [PR] [Bug](mark-join) fix wrong result on mark join + other conjunct [doris]

2024-01-02 Thread via GitHub
doris-robot commented on PR #29321: URL: https://github.com/apache/doris/pull/29321#issuecomment-1873929500 TeamCity be ut coverage result: Function Coverage: 36.64% (8615/23513) Line Coverage: 28.69% (70004/244024) Region Coverage: 27.68% (36238/130941) Branch Coverage: 24.3

Re: [PR] [improve](move-memtable) skip load stream close wait when cancel [doris]

2024-01-02 Thread via GitHub
doris-robot commented on PR #29427: URL: https://github.com/apache/doris/pull/29427#issuecomment-1873929780 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G', run with scripts in https://github.com/apache/doris/tree/master/tools/tpch-tools ``` Tpch sf100 test result on

Re: [PR] [improve](move-memtable) skip load stream close wait when cancel [doris]

2024-01-02 Thread via GitHub
doris-robot commented on PR #29427: URL: https://github.com/apache/doris/pull/29427#issuecomment-1873932442 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G', run with scripts in https://github.com/apache/doris/tree/master/tools/tpch-tools ``` Tpch sf100 test result on

[PR] [ci](perf) integration clickbench test into new performance pipeline [doris]

2024-01-02 Thread via GitHub
hello-stephen opened a new pull request, #29429: URL: https://github.com/apache/doris/pull/29429 ## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](m

Re: [PR] [ci](perf) integration clickbench test into new performance pipeline [doris]

2024-01-02 Thread via GitHub
hello-stephen commented on PR #29429: URL: https://github.com/apache/doris/pull/29429#issuecomment-1873933617 run buildall -- 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. T

Re: [PR] [Improve](Variant) catch exception when set_source_content throw exception [doris]

2024-01-02 Thread via GitHub
eldenmoon merged PR #29424: URL: https://github.com/apache/doris/pull/29424 -- 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-2.0-var updated: [Improve](Variant) catch exception when set_source_content throw exception (#29424)

2024-01-02 Thread eldenmoon
This is an automated email from the ASF dual-hosted git repository. eldenmoon pushed a commit to branch branch-2.0-var in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.0-var by this push: new 1450e50dd0d [Improve](Variant)

Re: [PR] [fix](scan) [fix](scan) _insert_data_normal should catch exception when BlockReader::_unique_key_next_block [doris]

2024-01-02 Thread via GitHub
doris-robot commented on PR #29426: URL: https://github.com/apache/doris/pull/29426#issuecomment-1873936186 TPC-DS test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G', run with scripts in https://github.com/apache/doris/tree/master/tools/tpcds-tools ``` TPC-DS sf100 test result

Re: [PR] [improve](move-memtable) skip load stream close wait when cancel [doris]

2024-01-02 Thread via GitHub
doris-robot commented on PR #29427: URL: https://github.com/apache/doris/pull/29427#issuecomment-1873940371 TPC-DS test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G', run with scripts in https://github.com/apache/doris/tree/master/tools/tpcds-tools ``` TPC-DS sf100 test result

Re: [PR] [Refactor](dialect) Add sql dialect converter plugins [doris]

2024-01-02 Thread via GitHub
dutyu commented on PR #28890: URL: https://github.com/apache/doris/pull/28890#issuecomment-1873940676 run buildall -- 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 unsubs

Re: [PR] [Improve](Variant) make output stable [doris]

2024-01-02 Thread via GitHub
github-actions[bot] commented on PR #29389: URL: https://github.com/apache/doris/pull/29389#issuecomment-1873941170 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

Re: [PR] [Enhancement](inverted index) strictly checkout inverted index properties [doris]

2024-01-02 Thread via GitHub
qidaye commented on PR #29421: URL: https://github.com/apache/doris/pull/29421#issuecomment-1873941926 run buildall -- 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 unsub

Re: [PR] [improve](move-memtable) skip load stream close wait when cancel [doris]

2024-01-02 Thread via GitHub
doris-robot commented on PR #29427: URL: https://github.com/apache/doris/pull/29427#issuecomment-1873944595 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 48.88 seconds stream load tsv: 564 seconds loaded 74807831229 Bytes,

Re: [PR] [Bug](mark-join) fix wrong result on mark join + other conjunct [doris]

2024-01-02 Thread via GitHub
doris-robot commented on PR #29321: URL: https://github.com/apache/doris/pull/29321#issuecomment-1873946036 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit d4bf96defe9a26570cce329bbe5d965341322716, data reload: false run tpc

Re: [PR] [minor](Nereids): cleanup code [doris]

2024-01-02 Thread via GitHub
jackwener merged PR #29413: URL: https://github.com/apache/doris/pull/29413 -- 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 master updated: [minor](Nereids): cleanup code (#29413)

2024-01-02 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin 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 f2fa62f5242 [minor](Nereids): cleanup code (#294

Error while running github feature from .asf.yaml in doris!

2024-01-02 Thread Apache Infrastructure
An error occurred while running github feature in .asf.yaml!: You can only have a maximum of 10 external triage collaborators, please contact vp-in...@apache.org to request an exception. - To unsubscribe, e-mail: commits-unsub

Re: [PR] [improve](group commit) Group commit support commit by data size [doris]

2024-01-02 Thread via GitHub
doris-robot commented on PR #29428: URL: https://github.com/apache/doris/pull/29428#issuecomment-1873957160 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G', run with scripts in https://github.com/apache/doris/tree/master/tools/tpch-tools ``` Tpch sf100 test result on

Re: [PR] [Bug](mark-join) fix wrong result on mark join + other conjunct [doris]

2024-01-02 Thread via GitHub
doris-robot commented on PR #29321: URL: https://github.com/apache/doris/pull/29321#issuecomment-1873957770 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.84 seconds stream load tsv: 562 seconds loaded 74807831229 Bytes,

Re: [PR] [improve](group commit) Group commit support commit by data size [doris]

2024-01-02 Thread via GitHub
doris-robot commented on PR #29428: URL: https://github.com/apache/doris/pull/29428#issuecomment-1873957806 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G', run with scripts in https://github.com/apache/doris/tree/master/tools/tpch-tools ``` Tpch sf100 test result on

Re: [PR] [Refactor](dialect) Add sql dialect converter plugins [doris]

2024-01-02 Thread via GitHub
doris-robot commented on PR #28890: URL: https://github.com/apache/doris/pull/28890#issuecomment-1873959365 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G', run with scripts in https://github.com/apache/doris/tree/master/tools/tpch-tools ``` Tpch sf100 test result on

Re: [PR] [Enhancement](inverted index) strictly checkout inverted index properties [doris]

2024-01-02 Thread via GitHub
airborne12 commented on PR #29421: URL: https://github.com/apache/doris/pull/29421#issuecomment-1873959480 run buildall -- 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 u

Re: [PR] [improve](move-memtable) skip load stream stub close wait when cancel [doris]

2024-01-02 Thread via GitHub
HHoflittlefish777 commented on PR #29427: URL: https://github.com/apache/doris/pull/29427#issuecomment-1873960075 run buildall -- 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

[PR] (compaction) compaction threads is 1 for each disk [doris]

2024-01-02 Thread via GitHub
dataroaring opened a new pull request, #29430: URL: https://github.com/apache/doris/pull/29430 We start 1 cumu and base compaction thread each disk. ## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively large or complex ch

Re: [PR] [Feature](Variant) support decimal and int128 type to avoid number ov… [doris]

2024-01-02 Thread via GitHub
doris-robot commented on PR #29423: URL: https://github.com/apache/doris/pull/29423#issuecomment-1873962224 TeamCity be ut coverage result: Function Coverage: 36.61% (8615/23532) Line Coverage: 28.67% (70035/244294) Region Coverage: 27.66% (36256/131100) Branch Coverage: 24.3

Re: [PR] [cherry pick](mysql) fix mysql channel infinite blocking [doris]

2024-01-02 Thread via GitHub
doris-robot commented on PR #29374: URL: https://github.com/apache/doris/pull/29374#issuecomment-1873963089 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 49.72 seconds stream load tsv: 570 seconds loaded 74807831229 Bytes,

[PR] [fix](move-memtable) fix load stream stub fault injection test [doris]

2024-01-02 Thread via GitHub
HHoflittlefish777 opened a new pull request, #29431: URL: https://github.com/apache/doris/pull/29431 ## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.or

Re: [PR] [fix](move-memtable) fix load stream stub fault injection test [doris]

2024-01-02 Thread via GitHub
HHoflittlefish777 commented on PR #29431: URL: https://github.com/apache/doris/pull/29431#issuecomment-1873963661 run buildall -- 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

Re: [PR] [improve](move-memtable) report failed tablets with status [doris]

2024-01-02 Thread via GitHub
dataroaring merged PR #29351: URL: https://github.com/apache/doris/pull/29351 -- 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 (f2fa62f5242 -> 243b075eef8)

2024-01-02 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 f2fa62f5242 [minor](Nereids): cleanup code (#29413) add 243b075eef8 [improve](move-memtable) report failed ta

Error while running github feature from .asf.yaml in doris!

2024-01-02 Thread Apache Infrastructure
An error occurred while running github feature in .asf.yaml!: You can only have a maximum of 10 external triage collaborators, please contact vp-in...@apache.org to request an exception. - To unsubscribe, e-mail: commits-unsub

Re: [PR] [Refactor](dialect) Add sql dialect converter plugins [doris]

2024-01-02 Thread via GitHub
doris-robot commented on PR #28890: URL: https://github.com/apache/doris/pull/28890#issuecomment-1873964143 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G', run with scripts in https://github.com/apache/doris/tree/master/tools/tpch-tools ``` Tpch sf100 test result on

Re: [PR] [improve](move-memtable) add move memtable too many segments fault injection [doris]

2024-01-02 Thread via GitHub
dataroaring commented on PR #29342: URL: https://github.com/apache/doris/pull/29342#issuecomment-1873964985 run buildall -- 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

Re: [PR] (compaction) compaction threads is 1 for each disk [doris]

2024-01-02 Thread via GitHub
github-actions[bot] commented on PR #29430: URL: https://github.com/apache/doris/pull/29430#issuecomment-1873967472 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] [improve](move-memtable) skip load stream stub close wait when cancel [doris]

2024-01-02 Thread via GitHub
github-actions[bot] commented on PR #29427: URL: https://github.com/apache/doris/pull/29427#issuecomment-1873967501 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] [Debug](Variant) sanitize variant in `write_column_to_mysql` [doris]

2024-01-02 Thread via GitHub
eldenmoon merged PR #29380: URL: https://github.com/apache/doris/pull/29380 -- 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 master updated (243b075eef8 -> 9490d5e9a26)

2024-01-02 Thread eldenmoon
This is an automated email from the ASF dual-hosted git repository. eldenmoon pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 243b075eef8 [improve](move-memtable) report failed tablets with status (#29351) add 9490d5e9a26 [Debug](Varian

Re: [PR] [Enhancement](inverted index) strictly checkout inverted index properties [doris]

2024-01-02 Thread via GitHub
github-actions[bot] commented on PR #29421: URL: https://github.com/apache/doris/pull/29421#issuecomment-1873967805 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

Re: [PR] [Pick2.0](inverted index) use session variable for inverted index try query threshold (#28052) [doris]

2024-01-02 Thread via GitHub
xiaokang merged PR #29376: URL: https://github.com/apache/doris/pull/29376 -- 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

Error while running github feature from .asf.yaml in doris!

2024-01-02 Thread Apache Infrastructure
An error occurred while running github feature in .asf.yaml!: You can only have a maximum of 10 external triage collaborators, please contact vp-in...@apache.org to request an exception. - To unsubscribe, e-mail: commits-unsub

(doris) branch branch-2.0 updated (52cb234bd58 -> fdec33d2a8d)

2024-01-02 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao pushed a change to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git from 52cb234bd58 [fix](planner)nullable info of agg node's intermediate and output slots should be same (#29404) ad

Re: [PR] [improve](group commit) Group commit support commit by data size [doris]

2024-01-02 Thread via GitHub
doris-robot commented on PR #29428: URL: https://github.com/apache/doris/pull/29428#issuecomment-1873968170 TPC-DS test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G', run with scripts in https://github.com/apache/doris/tree/master/tools/tpcds-tools ``` TPC-DS sf100 test result

Error while running github feature from .asf.yaml in doris!

2024-01-02 Thread Apache Infrastructure
An error occurred while running github feature in .asf.yaml!: You can only have a maximum of 10 external triage collaborators, please contact vp-in...@apache.org to request an exception. - To unsubscribe, e-mail: commits-unsub

Re: [PR] [Improve](Variant) make output stable [doris]

2024-01-02 Thread via GitHub
eldenmoon merged PR #29389: URL: https://github.com/apache/doris/pull/29389 -- 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-2.0 updated: [improvement](statistics) Analyze partition columns when new partition loaded data for the first time. (#29154) (#29412)

2024-01-02 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.0 by this push: new ee15ef612b6 [improvement](statistics) Anal

(doris) branch master updated (9490d5e9a26 -> 5db496d8449)

2024-01-02 Thread eldenmoon
This is an automated email from the ASF dual-hosted git repository. eldenmoon pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 9490d5e9a26 [Debug](Variant) sanitize variant in `write_column_to_mysql` (#29380) add 5db496d8449 [Improve](Va

Re: [PR] [Pick2.0](inverted index) use session variable for inverted index try query threshold (#28052) [doris]

2024-01-02 Thread via GitHub
xiaokang commented on PR #29376: URL: https://github.com/apache/doris/pull/29376#issuecomment-1873968050 #28052 -- 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 unsubscri

Re: [PR] [improvement](statistics) Analyze partition columns when new partition loaded data for the first time. (#29154) [doris]

2024-01-02 Thread via GitHub
xiaokang merged PR #29412: URL: https://github.com/apache/doris/pull/29412 -- 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

Re: [PR] (compaction) compaction threads is 1 for each disk [doris]

2024-01-02 Thread via GitHub
dataroaring commented on PR #29430: URL: https://github.com/apache/doris/pull/29430#issuecomment-1873969161 run buildall -- 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

Re: [PR] [cases](index compaction)Add index compaction cases (#29393) [doris]

2024-01-02 Thread via GitHub
xiaokang merged PR #29425: URL: https://github.com/apache/doris/pull/29425 -- 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-2.0 updated: [cases](index compaction)Add index compaction cases (#29393) (#29425)

2024-01-02 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.0 by this push: new 64a98eddf9e [cases](index compaction)Add i

Re: [PR] [improve](group commit) Group commit support commit by data size [doris]

2024-01-02 Thread via GitHub
doris-robot commented on PR #29428: URL: https://github.com/apache/doris/pull/29428#issuecomment-1873969833 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.95 seconds stream load tsv: 567 seconds loaded 74807831229 Bytes,

Re: [PR] [Refactor](dialect) Add sql dialect converter plugins [doris]

2024-01-02 Thread via GitHub
doris-robot commented on PR #28890: URL: https://github.com/apache/doris/pull/28890#issuecomment-1873970391 TPC-DS test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G', run with scripts in https://github.com/apache/doris/tree/master/tools/tpcds-tools ``` TPC-DS sf100 test result

Re: [PR] [ci](perf) integration clickbench test into new performance pipeline [doris]

2024-01-02 Thread via GitHub
doris-robot commented on PR #29429: URL: https://github.com/apache/doris/pull/29429#issuecomment-1873970417 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G', run with scripts in https://github.com/apache/doris/tree/master/tools/tpch-tools ``` Tpch sf100 test result on

Re: [PR] [fix](move-memtable) disable move memtable when light schema change is false [doris]

2024-01-02 Thread via GitHub
github-actions[bot] commented on PR #29362: URL: https://github.com/apache/doris/pull/29362#issuecomment-1873972799 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

Re: [PR] [Refactor](dialect) Add sql dialect converter plugins [doris]

2024-01-02 Thread via GitHub
doris-robot commented on PR #28890: URL: https://github.com/apache/doris/pull/28890#issuecomment-1873975064 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 49.37 seconds stream load tsv: 566 seconds loaded 74807831229 Bytes,

Re: [PR] [ci](perf) integration clickbench test into new performance pipeline [doris]

2024-01-02 Thread via GitHub
doris-robot commented on PR #29429: URL: https://github.com/apache/doris/pull/29429#issuecomment-1873977839 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 47.3 seconds stream load tsv: 562 seconds loaded 74807831229 Bytes, a

Re: [PR] [Enhancement](inverted index) strictly checkout inverted index properties [doris]

2024-01-02 Thread via GitHub
doris-robot commented on PR #29421: URL: https://github.com/apache/doris/pull/29421#issuecomment-1873977935 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G', run with scripts in https://github.com/apache/doris/tree/master/tools/tpch-tools ``` Tpch sf100 test result on

Re: [PR] [Enhancement](inverted index) strictly checkout inverted index properties [doris]

2024-01-02 Thread via GitHub
doris-robot commented on PR #29421: URL: https://github.com/apache/doris/pull/29421#issuecomment-1873978952 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G', run with scripts in https://github.com/apache/doris/tree/master/tools/tpch-tools ``` Tpch sf100 test result on

Re: [PR] [fix](scan) [fix](scan) _insert_data_normal should catch exception when BlockReader::_unique_key_next_block [doris]

2024-01-02 Thread via GitHub
yiguolei commented on code in PR #29426: URL: https://github.com/apache/doris/pull/29426#discussion_r1439414984 ## be/src/vec/olap/block_reader.cpp: ## @@ -429,12 +438,16 @@ Status BlockReader::_unique_key_next_block(Block* block, bool* eof) { return Status::OK(); } -vo

Re: [PR] [improve](move-memtable) skip load stream stub close wait when cancel [doris]

2024-01-02 Thread via GitHub
doris-robot commented on PR #29427: URL: https://github.com/apache/doris/pull/29427#issuecomment-1873980816 TeamCity be ut coverage result: Function Coverage: 36.64% (8615/23513) Line Coverage: 28.69% (70008/244021) Region Coverage: 27.68% (36242/130942) Branch Coverage: 24.3

Re: [PR] [fix](scan) [fix](scan) _insert_data_normal should catch exception when BlockReader::_unique_key_next_block [doris]

2024-01-02 Thread via GitHub
yiguolei commented on code in PR #29426: URL: https://github.com/apache/doris/pull/29426#discussion_r1439416117 ## be/src/vec/olap/block_reader.cpp: ## @@ -325,7 +328,10 @@ Status BlockReader::_agg_key_next_block(Block* block, bool* eof) { _agg_data_counters.push_b

Re: [PR] (compaction) compaction threads is 1 for each disk [doris]

2024-01-02 Thread via GitHub
github-actions[bot] commented on PR #29430: URL: https://github.com/apache/doris/pull/29430#issuecomment-1873988765 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

Re: [PR] [cherry pick](mysql) fix mysql channel infinite blocking [doris]

2024-01-02 Thread via GitHub
xiaokang merged PR #29374: URL: https://github.com/apache/doris/pull/29374 -- 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-2.0 updated: [cherry-pick](mysql) fix mysql channel infinite blocking (#29374)

2024-01-02 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.0 by this push: new 3fed6650240 [cherry-pick](mysql) fix mysql

Re: [PR] [Enhancement](inverted index) strictly checkout inverted index properties [doris]

2024-01-02 Thread via GitHub
doris-robot commented on PR #29421: URL: https://github.com/apache/doris/pull/29421#issuecomment-1873989143 TPC-DS test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G', run with scripts in https://github.com/apache/doris/tree/master/tools/tpcds-tools ``` TPC-DS sf100 test result

<    1   2   3   4   5   6   7   8   9   >