Re: [PR] [pipelineX](fix) Fix heap-use-after-free for AggSource dependency [doris]

2023-12-28 Thread via GitHub
Gabriel39 commented on PR #29272: URL: https://github.com/apache/doris/pull/29272#issuecomment-1871690762 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] [chore](branch-1.2) fix undefined behavior detect by UBSAN [doris]

2023-12-28 Thread via GitHub
xy720 merged PR #29190: URL: https://github.com/apache/doris/pull/29190 -- 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.apache

(doris) branch branch-1.2-lts updated: [chore](branch-1.2) fix undefined behavior detect by UBSAN (#29190)

2023-12-28 Thread xuyang
This is an automated email from the ASF dual-hosted git repository. xuyang pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-1.2-lts by this push: new a996eea1e08 [chore](branch-1.2) f

Re: [PR] [pipelineX](fix) Fix pip scanner context bug [doris]

2023-12-28 Thread via GitHub
doris-robot commented on PR #29229: URL: https://github.com/apache/doris/pull/29229#issuecomment-1871691336 TeamCity be ut coverage result: Function Coverage: 36.59% (8591/23482) Line Coverage: 28.65% (69887/243903) Region Coverage: 27.66% (36178/130794) Branch Coverage: 24.3

Re: [PR] [pipelineX](fix) Fix heap-use-after-free for AggSource dependency [doris]

2023-12-28 Thread via GitHub
github-actions[bot] commented on PR #29272: URL: https://github.com/apache/doris/pull/29272#issuecomment-1871691659 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](jdbc catalog) Change the connection pool parameters of Jdbc Catalog to be configurable [doris]

2023-12-28 Thread via GitHub
doris-robot commented on PR #29195: URL: https://github.com/apache/doris/pull/29195#issuecomment-1871691764 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 47.85 seconds stream load tsv: 576 seconds loaded 74807831229 Bytes,

Re: [PR] [enhancement](Nereids): refactor eliminating inner join by foreign key [doris]

2023-12-28 Thread via GitHub
doris-robot commented on PR #28816: URL: https://github.com/apache/doris/pull/28816#issuecomment-1871691980 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] Fix failure deploy [doris-website]

2023-12-28 Thread via GitHub
zy-kkk merged PR #379: URL: https://github.com/apache/doris-website/pull/379 -- 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-website) branch master updated: [fix] Fix failure deploy (#379)

2023-12-28 Thread zykkk
This is an automated email from the ASF dual-hosted git repository. zykkk pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git The following commit(s) were added to refs/heads/master by this push: new 4f82bce3c7d [fix] Fix failure deploy (#379

Re: [PR] [enhancement](group_commit): refector relay wal code [doris]

2023-12-28 Thread via GitHub
hust-hhb commented on PR #29183: URL: https://github.com/apache/doris/pull/29183#issuecomment-1871692204 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 uns

Re: [PR] [Bug](security) BE SingleReplicaCompaction download_files function exists log print sensitive msg [doris]

2023-12-28 Thread via GitHub
LemonLiTree commented on PR #28930: URL: https://github.com/apache/doris/pull/28930#issuecomment-1871692574 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] [feature](Nereids): merge topNs [doris]

2023-12-28 Thread via GitHub
doris-robot commented on PR #28246: URL: https://github.com/apache/doris/pull/28246#issuecomment-1871693811 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 49.31 seconds stream load tsv: 575 seconds loaded 74807831229 Bytes,

Re: [PR] [pipelineX](fix) Fix pip scanner context bug [doris]

2023-12-28 Thread via GitHub
doris-robot commented on PR #29229: URL: https://github.com/apache/doris/pull/29229#issuecomment-1871693822 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit 9b7ace6efd32cb7183be0ef63822da0d2f98, data reload: false run tpc

Re: [PR] [fix](regression) Fix pipeline load regression test error [doris]

2023-12-28 Thread via GitHub
dataroaring merged PR #29216: URL: https://github.com/apache/doris/pull/29216 -- 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 (48d41a8c8b7 -> 3cddb597c60)

2023-12-28 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 48d41a8c8b7 [feature](Nereids): support comparing mv with inferred predicate (#29132) add 3cddb597c60 [fix](

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

2023-12-28 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] [enhancement](Nereids): refactor eliminating inner join by foreign key [doris]

2023-12-28 Thread via GitHub
doris-robot commented on PR #28816: URL: https://github.com/apache/doris/pull/28816#issuecomment-1871695205 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 47.74 seconds stream load tsv: 577 seconds loaded 74807831229 Bytes,

Re: [PR] [Enhancement](wal) Add timout for wal memory back pressure [doris]

2023-12-28 Thread via GitHub
Yukang-Lian commented on PR #29178: URL: https://github.com/apache/doris/pull/29178#issuecomment-1871695319 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] [Fix](doc)Fix word spelling errors [doris]

2023-12-28 Thread via GitHub
github-actions[bot] commented on PR #29268: URL: https://github.com/apache/doris/pull/29268#issuecomment-1871695550 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] [improvement](statistics)Analyze partition columns when new partition loaded data for the first time. [doris]

2023-12-28 Thread via GitHub
doris-robot commented on PR #29154: URL: https://github.com/apache/doris/pull/29154#issuecomment-1871695952 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit 898b1eb9f1b8a5d462c12cc38defb82e2eead0ea, data reload: false run tpc

[PR] [fix](cluster by) Fix cluster by use after move in compaction [doris]

2023-12-28 Thread via GitHub
mymeiyi opened a new pull request, #29273: URL: https://github.com/apache/doris/pull/29273 ## Proposed changes The linter report a used-after-moved ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mai

Re: [PR] [fix](cluster by) Fix cluster by use after move in compaction [doris]

2023-12-28 Thread via GitHub
mymeiyi commented on PR #29273: URL: https://github.com/apache/doris/pull/29273#issuecomment-1871697070 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] [pipelineX](fix) Fix pip scanner context bug [doris]

2023-12-28 Thread via GitHub
doris-robot commented on PR #29229: URL: https://github.com/apache/doris/pull/29229#issuecomment-1871698080 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 47.41 seconds stream load tsv: 579 seconds loaded 74807831229 Bytes,

Re: [PR] [fix](meta)Fix error code for unknown table #27751 [doris]

2023-12-28 Thread via GitHub
doris-robot commented on PR #27976: URL: https://github.com/apache/doris/pull/27976#issuecomment-1871698129 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] [improvement](statistics)Analyze partition columns when new partition loaded data for the first time. [doris]

2023-12-28 Thread via GitHub
doris-robot commented on PR #29154: URL: https://github.com/apache/doris/pull/29154#issuecomment-1871698564 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 47.56 seconds stream load tsv: 578 seconds loaded 74807831229 Bytes,

Re: [PR] [opt](memory) All LRU Cache inherit from LRUCachePolicy [doris]

2023-12-28 Thread via GitHub
xinyiZzz commented on PR #28940: URL: https://github.com/apache/doris/pull/28940#issuecomment-1871699091 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 uns

Re: [PR] [fix](cluster by) Fix cluster by use after move in compaction [doris]

2023-12-28 Thread via GitHub
github-actions[bot] commented on PR #29273: URL: https://github.com/apache/doris/pull/29273#issuecomment-1871699110 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] [fix](glue) support amazonaws.com.cn endpoint [doris]

2023-12-28 Thread via GitHub
github-actions[bot] commented on PR #29128: URL: https://github.com/apache/doris/pull/29128#issuecomment-1871699810 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] [improve](move-memtable) add fault injection in writer v2 [doris]

2023-12-28 Thread via GitHub
doris-robot commented on PR #29177: URL: https://github.com/apache/doris/pull/29177#issuecomment-1871700266 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit 9f1b2b9d223d85dd443d0c150330f2799d54fe38, data reload: false run tpc

Re: [PR] [Opt](join) opt the join copy column from build side [doris]

2023-12-28 Thread via GitHub
github-actions[bot] commented on PR #29007: URL: https://github.com/apache/doris/pull/29007#issuecomment-1871701885 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](meta)Fix error code for unknown table #27751 [doris]

2023-12-28 Thread via GitHub
doris-robot commented on PR #27976: URL: https://github.com/apache/doris/pull/27976#issuecomment-1871701837 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 47.98 seconds stream load tsv: 579 seconds loaded 74807831229 Bytes,

Re: [PR] [Opt](join) opt the join copy column from build side [doris]

2023-12-28 Thread via GitHub
github-actions[bot] commented on PR #29007: URL: https://github.com/apache/doris/pull/29007#issuecomment-1871701892 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](move-memtable) add fault injection in writer v2 [doris]

2023-12-28 Thread via GitHub
doris-robot commented on PR #29177: URL: https://github.com/apache/doris/pull/29177#issuecomment-1871702178 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 51.39 seconds stream load tsv: 567 seconds loaded 74807831229 Bytes,

Re: [PR] [Bug](security) BE SingleReplicaCompaction download_files function exists log print sensitive msg [doris]

2023-12-28 Thread via GitHub
doris-robot commented on PR #28930: URL: https://github.com/apache/doris/pull/28930#issuecomment-1871702252 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit b7e3b7e99dfa0c70180ba3fe8e1544ff531e9226, data reload: false run tpc

[PR] prune some rf for external db [doris]

2023-12-28 Thread via GitHub
englefly opened a new pull request, #29274: URL: https://github.com/apache/doris/pull/29274 ## 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](mailto

[I] [Bug] 订阅kafka动态匹配表名问题 [doris]

2023-12-28 Thread via GitHub
ksdb1155228 opened a new issue, #29275: URL: https://github.com/apache/doris/issues/29275 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version 2.0.2 ### Wha

Re: [PR] [fix](docs) Fix sidebar name of 2.0 docs-CN version and update link for 404 page [doris]

2023-12-28 Thread via GitHub
zy-kkk merged PR #29215: URL: https://github.com/apache/doris/pull/29215 -- 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.apach

(doris) branch branch-2.0 updated: [fix](docs) Fix sidebar name of 2.0 docs-CN version and update link for 404 page (#29215)

2023-12-28 Thread zykkk
This is an automated email from the ASF dual-hosted git repository. zykkk 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 fc489e29d30 [fix](docs) Fix sidebar name o

Re: [PR] [pipelineX](fix) Fix heap-use-after-free for AggSource dependency [doris]

2023-12-28 Thread via GitHub
doris-robot commented on PR #29272: URL: https://github.com/apache/doris/pull/29272#issuecomment-1871702807 TeamCity be ut coverage result: Function Coverage: 36.58% (8589/23480) Line Coverage: 28.65% (69871/243856) Region Coverage: 27.66% (36174/130771) Branch Coverage: 24.3

Re: [PR] [fix](docs) Update Link for 404 page of dev docs [doris]

2023-12-28 Thread via GitHub
github-actions[bot] commented on PR #29213: URL: https://github.com/apache/doris/pull/29213#issuecomment-1871703021 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](docs) Update Link for 404 page of dev docs [doris]

2023-12-28 Thread via GitHub
github-actions[bot] commented on PR #29213: URL: https://github.com/apache/doris/pull/29213#issuecomment-1871703027 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] [feature](nereids)print nereids node id in explain [doris]

2023-12-28 Thread via GitHub
englefly commented on PR #29238: URL: https://github.com/apache/doris/pull/29238#issuecomment-1871703306 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 uns

Re: [PR] [fix](cluster by) Fix cluster by use after move in compaction [doris]

2023-12-28 Thread via GitHub
doris-robot commented on PR #29273: URL: https://github.com/apache/doris/pull/29273#issuecomment-1871703485 TeamCity be ut coverage result: Function Coverage: 36.58% (8589/23480) Line Coverage: 28.65% (69873/243858) Region Coverage: 27.65% (36158/130771) Branch Coverage: 24.3

Re: [PR] [Bug](security) BE SingleReplicaCompaction download_files function exists log print sensitive msg [doris]

2023-12-28 Thread via GitHub
doris-robot commented on PR #28930: URL: https://github.com/apache/doris/pull/28930#issuecomment-1871703855 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 47.72 seconds stream load tsv: 583 seconds loaded 74807831229 Bytes,

Re: [PR] [fix](nereids) Fix query rewrite by mv fail when self join [doris]

2023-12-28 Thread via GitHub
doris-robot commented on PR #29227: URL: https://github.com/apache/doris/pull/29227#issuecomment-1871704014 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit 726176941fdab8d8e55c969b44eaec93385640a9, data reload: false run tpc

Re: [PR] [fix](nereids) Fix query rewrite by mv fail when self join [doris]

2023-12-28 Thread via GitHub
doris-robot commented on PR #29227: URL: https://github.com/apache/doris/pull/29227#issuecomment-1871704072 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 47.91 seconds stream load tsv: 578 seconds loaded 74807831229 Bytes,

Re: [PR] [fix](docs) Update Link for 404 page of dev docs [doris]

2023-12-28 Thread via GitHub
zy-kkk merged PR #29213: URL: https://github.com/apache/doris/pull/29213 -- 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.apach

(doris) branch master updated: [fix](docs) Update Link for 404 page of dev docs (#29213)

2023-12-28 Thread zykkk
This is an automated email from the ASF dual-hosted git repository. zykkk 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 a57ad36c4e8 [fix](docs) Update Link for 404 page o

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

2023-12-28 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] [fix](cluster by) Fix cluster by use after move in compaction [doris]

2023-12-28 Thread via GitHub
doris-robot commented on PR #29273: URL: https://github.com/apache/doris/pull/29273#issuecomment-1871706147 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](cluster by) Fix cluster by use after move in compaction [doris]

2023-12-28 Thread via GitHub
doris-robot commented on PR #29273: URL: https://github.com/apache/doris/pull/29273#issuecomment-1871707710 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 47.42 seconds stream load tsv: 563 seconds loaded 74807831229 Bytes,

Re: [PR] [pipelineX](fix) Fix heap-use-after-free for AggSource dependency [doris]

2023-12-28 Thread via GitHub
doris-robot commented on PR #29272: URL: https://github.com/apache/doris/pull/29272#issuecomment-1871708054 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit 94c848228dfffb807cf60e9cf494af74266e6ce7, data reload: false run tpc

Re: [PR] [pipelineX](fix) Fix heap-use-after-free for AggSource dependency [doris]

2023-12-28 Thread via GitHub
doris-robot commented on PR #29272: URL: https://github.com/apache/doris/pull/29272#issuecomment-1871709462 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 47.03 seconds stream load tsv: 575 seconds loaded 74807831229 Bytes,

Re: [PR] [fix](chore) fix session var memtable on sink for bulk load [doris]

2023-12-28 Thread via GitHub
TangSiyang2001 commented on PR #29102: URL: https://github.com/apache/doris/pull/29102#issuecomment-1871709726 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] [feature](nereids)print nereids node id in explain [doris]

2023-12-28 Thread via GitHub
doris-robot commented on PR #29238: URL: https://github.com/apache/doris/pull/29238#issuecomment-1871710009 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit 2e6ad39ad729701938cda5907b53692c0b91e95a, data reload: false run tpc

Re: [PR] [fix](cluster by) Fix cluster by use after move in compaction [doris]

2023-12-28 Thread via GitHub
github-actions[bot] commented on PR #29273: URL: https://github.com/apache/doris/pull/29273#issuecomment-1871710055 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](cluster by) Fix cluster by use after move in compaction [doris]

2023-12-28 Thread via GitHub
github-actions[bot] commented on PR #29273: URL: https://github.com/apache/doris/pull/29273#issuecomment-1871710067 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](move-memtable) add fault injection in writer v2 [doris]

2023-12-28 Thread via GitHub
HHoflittlefish777 commented on PR #29177: URL: https://github.com/apache/doris/pull/29177#issuecomment-1871710091 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] [fix](index compaction)support compact multi segments in one index (#… [doris]

2023-12-28 Thread via GitHub
qidaye opened a new pull request, #29276: URL: https://github.com/apache/doris/pull/29276 …28889) ## Proposed changes pick from master: #28889 ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apach

Re: [PR] [fix](index compaction)support compact multi segments in one index (#… [doris]

2023-12-28 Thread via GitHub
qidaye commented on PR #29276: URL: https://github.com/apache/doris/pull/29276#issuecomment-1871710199 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](agg)support push down min/max on unique table [doris]

2023-12-28 Thread via GitHub
zhangstar333 commented on PR #29242: URL: https://github.com/apache/doris/pull/29242#issuecomment-1871710458 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] [opt](memory) All LRU Cache inherit from LRUCachePolicy [doris]

2023-12-28 Thread via GitHub
xinyiZzz commented on PR #28940: URL: https://github.com/apache/doris/pull/28940#issuecomment-1871710499 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 uns

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

2023-12-28 Thread via GitHub
zhangstar333 commented on code in PR #29242: URL: https://github.com/apache/doris/pull/29242#discussion_r1437972243 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/implementation/AggregateStrategies.java: ## @@ -140,6 +143,48 @@ public List buildRules() {

Re: [PR] [pipelineX](fix) Fix pip scanner context bug [doris]

2023-12-28 Thread via GitHub
github-actions[bot] commented on PR #29229: URL: https://github.com/apache/doris/pull/29229#issuecomment-1871711661 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] [pipelineX](fix) Fix pip scanner context bug [doris]

2023-12-28 Thread via GitHub
github-actions[bot] commented on PR #29229: URL: https://github.com/apache/doris/pull/29229#issuecomment-1871711681 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] [fix](index compaction)support compact multi segments in one index (#… [doris]

2023-12-28 Thread via GitHub
github-actions[bot] commented on PR #29276: URL: https://github.com/apache/doris/pull/29276#issuecomment-1871711804 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] [pipelineX](fix) Fix heap-use-after-free for AggSource dependency [doris]

2023-12-28 Thread via GitHub
github-actions[bot] commented on PR #29272: URL: https://github.com/apache/doris/pull/29272#issuecomment-1871711723 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] [pipelineX](fix) Fix heap-use-after-free for AggSource dependency [doris]

2023-12-28 Thread via GitHub
github-actions[bot] commented on PR #29272: URL: https://github.com/apache/doris/pull/29272#issuecomment-1871711741 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] [enhancement](group_commit): refector relay wal code [doris]

2023-12-28 Thread via GitHub
doris-robot commented on PR #29183: URL: https://github.com/apache/doris/pull/29183#issuecomment-1871712038 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit 461a256f5760a90e67b2586da4676ade9024e627, data reload: false run tpc

Re: [PR] [improve](move-memtable) add fault injection in writer v2 [doris]

2023-12-28 Thread via GitHub
github-actions[bot] commented on PR #29177: URL: https://github.com/apache/doris/pull/29177#issuecomment-1871712160 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] [chore](branch-1.2) remove unnecessary deserialize in tablet sink [doris]

2023-12-28 Thread via GitHub
lide-reed commented on PR #29191: URL: https://github.com/apache/doris/pull/29191#issuecomment-1871713176 https://github.com/apache/doris/pull/23531/files -- 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 t

Re: [PR] [feature](nereids)print nereids node id in explain [doris]

2023-12-28 Thread via GitHub
doris-robot commented on PR #29238: URL: https://github.com/apache/doris/pull/29238#issuecomment-1871713377 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 47.65 seconds stream load tsv: 576 seconds loaded 74807831229 Bytes,

Re: [PR] [chore](branch-1.2) remove unnecessary deserialize in tablet sink [doris]

2023-12-28 Thread via GitHub
github-actions[bot] commented on PR #29191: URL: https://github.com/apache/doris/pull/29191#issuecomment-1871713776 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] [chore](branch-1.2) remove unnecessary deserialize in tablet sink [doris]

2023-12-28 Thread via GitHub
github-actions[bot] commented on PR #29191: URL: https://github.com/apache/doris/pull/29191#issuecomment-1871713766 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](group_commit): refector relay wal code [doris]

2023-12-28 Thread via GitHub
doris-robot commented on PR #29183: URL: https://github.com/apache/doris/pull/29183#issuecomment-1871713971 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 48.25 seconds stream load tsv: 567 seconds loaded 74807831229 Bytes,

Re: [PR] [fix](chore) fix session var memtable on sink for bulk load [doris]

2023-12-28 Thread via GitHub
doris-robot commented on PR #29102: URL: https://github.com/apache/doris/pull/29102#issuecomment-1871715886 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](group_commit): refector relay wal code [doris]

2023-12-28 Thread via GitHub
doris-robot commented on PR #29183: URL: https://github.com/apache/doris/pull/29183#issuecomment-1871716761 TeamCity be ut coverage result: Function Coverage: 36.59% (8596/23490) Line Coverage: 28.65% (69876/243876) Region Coverage: 27.65% (36165/130780) Branch Coverage: 24.3

Re: [PR] [ci](trigger) support "run performance" [doris]

2023-12-28 Thread via GitHub
doris-robot commented on PR #29259: URL: https://github.com/apache/doris/pull/29259#issuecomment-1871717261 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 fault injection in writer v2 [doris]

2023-12-28 Thread via GitHub
doris-robot commented on PR #29177: URL: https://github.com/apache/doris/pull/29177#issuecomment-1871717942 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit 0c37d6257cce1b6e84b7a6e5d8f0f32a61963ca9, data reload: false run tpc

Re: [PR] [feature](executor) Add some check when create workload group/workload schedule policy [doris]

2023-12-28 Thread via GitHub
wangbo commented on PR #29236: URL: https://github.com/apache/doris/pull/29236#issuecomment-1871719364 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] [fix](chore) fix session var memtable on sink for bulk load [doris]

2023-12-28 Thread via GitHub
doris-robot commented on PR #29102: URL: https://github.com/apache/doris/pull/29102#issuecomment-1871719952 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 47.26 seconds stream load tsv: 577 seconds loaded 74807831229 Bytes,

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

2023-12-28 Thread via GitHub
doris-robot commented on PR #29242: URL: https://github.com/apache/doris/pull/29242#issuecomment-1871720049 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit 635616ee6908404a397fb94aa6e41ea4ed8721fc, data reload: false run tpc

Re: [PR] [ci](trigger) support "run performance" [doris]

2023-12-28 Thread via GitHub
doris-robot commented on PR #29259: URL: https://github.com/apache/doris/pull/29259#issuecomment-1871720824 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) add fault injection in writer v2 [doris]

2023-12-28 Thread via GitHub
doris-robot commented on PR #29177: URL: https://github.com/apache/doris/pull/29177#issuecomment-1871721067 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 47.71 seconds stream load tsv: 565 seconds loaded 74807831229 Bytes,

(doris) branch branch-2.0 updated: [fix](partial update) Fix error message when doing strict mode partial update on a table with column that is non-nullable and has no default value #29218 (#29225)

2023-12-28 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 89c8b3a4beb [fix](partial update) Fix erro

Re: [PR] [feature](executor) Add some check when create workload group/workload schedule policy [doris]

2023-12-28 Thread via GitHub
github-actions[bot] commented on PR #29236: URL: https://github.com/apache/doris/pull/29236#issuecomment-1871721360 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] [branch-2.0-pick] Pick "[fix](partial update) Fix error message when doing strict mode partial update on a table with column that is non-nullable and has no default value #29218" [doris]

2023-12-28 Thread via GitHub
xiaokang merged PR #29225: URL: https://github.com/apache/doris/pull/29225 -- 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] [Feature](materialized-view) support visitBitmapUnion mv rewrite (#29… [doris]

2023-12-28 Thread via GitHub
xiaokang merged PR #29235: URL: https://github.com/apache/doris/pull/29235 -- 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: [Feature](materialized-view) support visitBitmapUnion mv rewrite #29200 #28135 (#29235)

2023-12-28 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 838371cdfa8 [Feature](materialized-view) s

Re: [PR] [fix](parquet) change name of complex type in parquet to case-insensitive [doris]

2023-12-28 Thread via GitHub
xiaokang merged PR #29249: URL: https://github.com/apache/doris/pull/29249 -- 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: [fix](parquet) complex type in parquet is case sensitive #29245 (#29249)

2023-12-28 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 07de4121563 [fix](parquet) complex type in

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

2023-12-28 Thread via GitHub
doris-robot commented on PR #29242: URL: https://github.com/apache/doris/pull/29242#issuecomment-1871724129 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 47.2 seconds stream load tsv: 579 seconds loaded 74807831229 Bytes, a

Re: [PR] [fix](stream_load)fix bug for stream [doris]

2023-12-28 Thread via GitHub
xingyingone commented on PR #29169: URL: https://github.com/apache/doris/pull/29169#issuecomment-1871724137 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] [Enhancement](wal) Add timout for wal memory back pressure [doris]

2023-12-28 Thread via GitHub
doris-robot commented on PR #29178: URL: https://github.com/apache/doris/pull/29178#issuecomment-1871724831 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](stream_load)fix bug for stream [doris]

2023-12-28 Thread via GitHub
github-actions[bot] commented on PR #29169: URL: https://github.com/apache/doris/pull/29169#issuecomment-1871725880 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] [feature](executor) Add some check when create workload group/workload schedule policy [doris]

2023-12-28 Thread via GitHub
doris-robot commented on PR #29236: URL: https://github.com/apache/doris/pull/29236#issuecomment-1871726135 TeamCity be ut coverage result: Function Coverage: 36.58% (8588/23480) Line Coverage: 28.65% (69866/243859) Region Coverage: 27.65% (36163/130774) Branch Coverage: 24.3

Re: [PR] [feature](executor) Add some check when create workload group/workload schedule policy [doris]

2023-12-28 Thread via GitHub
doris-robot commented on PR #29236: URL: https://github.com/apache/doris/pull/29236#issuecomment-1871726599 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit 5de4ed40d6521f3e044fd34639146cb5d168b120, data reload: false run tpc

Re: [PR] [pipelineX](fix) Fix heap-use-after-free for AggSource dependency [doris]

2023-12-28 Thread via GitHub
Gabriel39 merged PR #29272: URL: https://github.com/apache/doris/pull/29272 -- 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: [pipelineX](fix) Fix heap-use-after-free for AggSource dependency (#29272)

2023-12-28 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 70f5a26f44e [pipelineX](fix) Fix heap-use-aft

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

2023-12-28 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

<    3   4   5   6   7   8   9   10   11   >