Re: [PR] [fix](cluster key) 3.0 forbid mow cluster key [doris]

2024-11-28 Thread via GitHub
doris-robot commented on PR #44737: URL: https://github.com/apache/doris/pull/44737#issuecomment-2507073773 TPC-H: Total hot run time: 40382 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [minor](column) remove function "remove_low_cardinality" [doris]

2024-11-28 Thread via GitHub
doris-robot commented on PR #44766: URL: https://github.com/apache/doris/pull/44766#issuecomment-2507074418 TeamCity be ut coverage result: Function Coverage: 38.32% (9973/26028) Line Coverage: 29.40% (83499/284030) Region Coverage: 28.52% (42978/150669) Branch Coverage: 25.1

Re: [PR] [fix](hudi) upgrade hudi to 0.15.0 [doris]

2024-11-28 Thread via GitHub
doris-robot commented on PR #44267: URL: https://github.com/apache/doris/pull/44267#issuecomment-2507087683 TPC-H: Total hot run time: 40067 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [fix](orc) check all the cases before build_search_argument [doris]

2024-11-28 Thread via GitHub
doris-robot commented on PR #44615: URL: https://github.com/apache/doris/pull/44615#issuecomment-2507119160 TPC-H: Total hot run time: 39805 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [fix](hudi) upgrade hudi to 0.15.0 [doris]

2024-11-28 Thread via GitHub
doris-robot commented on PR #44267: URL: https://github.com/apache/doris/pull/44267#issuecomment-2507123288 TeamCity be ut coverage result: Function Coverage: 38.33% (9976/26029) Line Coverage: 29.41% (83552/284058) Region Coverage: 28.53% (42996/150693) Branch Coverage: 25.1

Re: [PR] [fix](orc) check all the cases before build_search_argument [doris]

2024-11-28 Thread via GitHub
doris-robot commented on PR #44615: URL: https://github.com/apache/doris/pull/44615#issuecomment-2507128687 TPC-DS: Total hot run time: 190650 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

[PR] [fix](case) exclude some case when `random_add_cluster_keys_for_mow` is enabled [doris]

2024-11-28 Thread via GitHub
bobhan1 opened a new pull request, #44775: URL: https://github.com/apache/doris/pull/44775 ### What problem does this PR solve? ### Release note None ### Check List (For Author) - Test - [ ] Regression test - [ ] Unit Test - [ ] Manual tes

Re: [PR] [fix](case) exclude some case when `random_add_cluster_keys_for_mow` is enabled [doris]

2024-11-28 Thread via GitHub
doris-robot commented on PR #44775: URL: https://github.com/apache/doris/pull/44775#issuecomment-2507159679 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+proce

Re: [PR] [fix](case) exclude some case when `random_add_cluster_keys_for_mow` is enabled [doris]

2024-11-28 Thread via GitHub
github-actions[bot] commented on PR #44775: URL: https://github.com/apache/doris/pull/44775#issuecomment-2507161543 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](case) exclude some case when `random_add_cluster_keys_for_mow` is enabled [doris]

2024-11-28 Thread via GitHub
bobhan1 commented on PR #44775: URL: https://github.com/apache/doris/pull/44775#issuecomment-2507160473 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](case) exclude some case when `random_add_cluster_keys_for_mow` is enabled [doris]

2024-11-28 Thread via GitHub
github-actions[bot] commented on PR #44775: URL: https://github.com/apache/doris/pull/44775#issuecomment-2507161508 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] [opt](nereids) support pushing down aggr distinct through join [doris]

2024-11-28 Thread via GitHub
xzj7019 commented on code in PR #43380: URL: https://github.com/apache/doris/pull/43380#discussion_r1863010376 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/PushDownAggWithDistinctThroughJoinOneSide.java: ## @@ -0,0 +1,186 @@ +// Licensed to the Apache Softw

Re: [PR] [test](mtmv) Add inject statistic when mv rewrite regression test to make sure rewrite result stable [doris]

2024-11-28 Thread via GitHub
github-actions[bot] commented on PR #43785: URL: https://github.com/apache/doris/pull/43785#issuecomment-2507168283 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 key) 3.0 forbid mow cluster key [doris]

2024-11-28 Thread via GitHub
mymeiyi commented on PR #44737: URL: https://github.com/apache/doris/pull/44737#issuecomment-2507060101 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] [feat](nereids) push down encode slot [doris]

2024-11-28 Thread via GitHub
morrySnow commented on code in PR #44748: URL: https://github.com/apache/doris/pull/44748#discussion_r1862913381 ## fe/fe-core/src/main/java/org/apache/doris/nereids/properties/LogicalProperties.java: ## @@ -100,6 +94,10 @@ public LogicalProperties(Supplier> outputSupplier,

Re: [PR] [opt](nereids) support pushing down aggr distinct through join [doris]

2024-11-28 Thread via GitHub
feiniaofeiafei commented on code in PR #43380: URL: https://github.com/apache/doris/pull/43380#discussion_r1862922722 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/PushDownAggWithDistinctThroughJoinOneSide.java: ## @@ -0,0 +1,186 @@ +// Licensed to the Apach

Re: [PR] [fix](cluster key) 3.0 forbid mow cluster key [doris]

2024-11-28 Thread via GitHub
doris-robot commented on PR #44737: URL: https://github.com/apache/doris/pull/44737#issuecomment-2507082227 TPC-DS: Total hot run time: 189822 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [fix](orc) check all the cases before build_search_argument [doris]

2024-11-28 Thread via GitHub
doris-robot commented on PR #44615: URL: https://github.com/apache/doris/pull/44615#issuecomment-2507133377 ClickBench: Total hot run time: 33.12 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [opt](nereids) support pushing down aggr distinct through join [doris]

2024-11-28 Thread via GitHub
xzj7019 commented on code in PR #43380: URL: https://github.com/apache/doris/pull/43380#discussion_r1863032936 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/PushDownAggWithDistinctThroughJoinOneSide.java: ## @@ -0,0 +1,186 @@ +// Licensed to the Apache Softw

Re: [PR] [opt](nereids) support pushing down aggr distinct through join [doris]

2024-11-28 Thread via GitHub
xzj7019 commented on PR #43380: URL: https://github.com/apache/doris/pull/43380#issuecomment-2507190802 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] [improve](profile): Add metric and profile indicators of hdfs close f… [doris]

2024-11-28 Thread via GitHub
doris-robot commented on PR #40132: URL: https://github.com/apache/doris/pull/40132#issuecomment-2507236473 TeamCity be ut coverage result: Function Coverage: 38.33% (9978/26034) Line Coverage: 29.41% (83567/284099) Region Coverage: 28.54% (43009/150711) Branch Coverage: 25.1

(doris) branch master updated: [minor](column) remove function "remove_low_cardinality" (#44766)

2024-11-28 Thread panxiaolei
This is an automated email from the ASF dual-hosted git repository. panxiaolei 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 cb04281d63f [minor](column) remove function "

Re: [PR] [minor](column) remove function "remove_low_cardinality" [doris]

2024-11-28 Thread via GitHub
BiteThet merged PR #44766: URL: https://github.com/apache/doris/pull/44766 -- 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

Re: [PR] [doc](update) modify the example for UPDATE usage [doris-website]

2024-11-28 Thread via GitHub
wangtianyi2004 commented on PR #1412: URL: https://github.com/apache/doris-website/pull/1412#issuecomment-2507242363 there is chinese comment in code。 -- 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

Re: [PR] [Nereids](fix) fix lambda expression slot can not bind [doris]

2024-11-28 Thread via GitHub
zhangstar333 commented on code in PR #44365: URL: https://github.com/apache/doris/pull/44365#discussion_r1863040250 ## be/src/vec/core/block.cpp: ## @@ -348,7 +348,9 @@ void Block::check_number_of_rows(bool allow_null_columns) const { size_t Block::rows() const { for (con

Re: [PR] [fix](auth)Prohibit deleting admin user [doris]

2024-11-28 Thread via GitHub
github-actions[bot] commented on PR #44751: URL: https://github.com/apache/doris/pull/44751#issuecomment-2507200754 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](auth)Prohibit deleting admin user [doris]

2024-11-28 Thread via GitHub
github-actions[bot] commented on PR #44751: URL: https://github.com/apache/doris/pull/44751#issuecomment-2507200780 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

(doris) branch master updated: [log](function) print type name when input is invaild (#44758)

2024-11-28 Thread zhangstar333
This is an automated email from the ASF dual-hosted git repository. zhangstar333 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 b9afb48383f [log](function) print type name

Re: [PR] [log](function) print type name when input is invaild [doris]

2024-11-28 Thread via GitHub
zhangstar333 merged PR #44758: URL: https://github.com/apache/doris/pull/44758 -- 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

Re: [PR] [fix](ip-search)fix ip search with inverted index (#44580) [doris]

2024-11-28 Thread via GitHub
airborne12 merged PR #44712: URL: https://github.com/apache/doris/pull/44712 -- 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 branch-3.0 updated: [fix](ip-search)fix ip search with inverted index (#44580) (#44712)

2024-11-28 Thread airborne
This is an automated email from the ASF dual-hosted git repository. airborne pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-3.0 by this push: new ad29b07ea5e [fix](ip-search)fix ip sear

Re: [PR] [fix](cluster key) fix cluster key duplicated key [doris]

2024-11-28 Thread via GitHub
mymeiyi commented on PR #44776: URL: https://github.com/apache/doris/pull/44776#issuecomment-2507218687 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](nereids) fix UnknownValue's reference in simplify range rule #44637 [doris]

2024-11-28 Thread via GitHub
yujun777 commented on PR #44771: URL: https://github.com/apache/doris/pull/44771#issuecomment-2507253310 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 key) fix cluster key duplicated key [doris]

2024-11-28 Thread via GitHub
doris-robot commented on PR #44776: URL: https://github.com/apache/doris/pull/44776#issuecomment-2507264827 TeamCity be ut coverage result: Function Coverage: 38.32% (9975/26029) Line Coverage: 29.40% (83508/284052) Region Coverage: 28.53% (42986/150686) Branch Coverage: 25.1

Re: [PR] [Nereids](fix) fix lambda expression slot can not bind [doris]

2024-11-28 Thread via GitHub
qzsee commented on PR #44365: URL: https://github.com/apache/doris/pull/44365#issuecomment-2507265054 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] [feat](nereids) push down encode slot [doris]

2024-11-28 Thread via GitHub
morrySnow commented on code in PR #44748: URL: https://github.com/apache/doris/pull/44748#discussion_r1862926785 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/PushDownEncodeSlot.java: ## @@ -0,0 +1,180 @@ +// Licensed to the Apache Software Foundation (ASF)

Re: [PR] [fix](hudi) upgrade hudi to 0.15.0 [doris]

2024-11-28 Thread via GitHub
doris-robot commented on PR #44267: URL: https://github.com/apache/doris/pull/44267#issuecomment-2507096253 TPC-DS: Total hot run time: 191002 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [fix](orc) check all the cases before build_search_argument [doris]

2024-11-28 Thread via GitHub
suxiaogang223 commented on PR #44615: URL: https://github.com/apache/doris/pull/44615#issuecomment-2507098361 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] [opt](nereids)flattern and/or [doris]

2024-11-28 Thread via GitHub
englefly commented on PR #44574: URL: https://github.com/apache/doris/pull/44574#issuecomment-2507139654 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](hudi) upgrade hudi to 0.15.0 [doris]

2024-11-28 Thread via GitHub
doris-robot commented on PR #44267: URL: https://github.com/apache/doris/pull/44267#issuecomment-2507100810 ClickBench: Total hot run time: 32.94 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [opt](nereids) support pushing down aggr distinct through join [doris]

2024-11-28 Thread via GitHub
feiniaofeiafei commented on code in PR #43380: URL: https://github.com/apache/doris/pull/43380#discussion_r1862922103 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/PushDownAggWithDistinctThroughJoinOneSide.java: ## @@ -0,0 +1,186 @@ +// Licensed to the Apach

Re: [PR] branch-2.1: [fix](clone) Fix wrong clone file path #44746 [doris]

2024-11-28 Thread via GitHub
doris-robot commented on PR #44773: URL: https://github.com/apache/doris/pull/44773#issuecomment-2507117172 TeamCity be ut coverage result: Function Coverage: 36.73% (9608/26156) Line Coverage: 28.14% (79061/280939) Region Coverage: 26.83% (40639/151489) Branch Coverage: 23.6

(doris) branch auto-pick-44746-branch-3.0 deleted (was 0f9aff231b5)

2024-11-28 Thread w41ter
This is an automated email from the ASF dual-hosted git repository. w41ter pushed a change to branch auto-pick-44746-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git was 0f9aff231b5 [fix](clone) Fix wrong clone file path (#44746) The revisions that were on this branch

(doris) branch branch-3.0 updated: branch-3.0: [fix](clone) Fix wrong clone file path #44746 (#44772)

2024-11-28 Thread w41ter
This is an automated email from the ASF dual-hosted git repository. w41ter pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-3.0 by this push: new 95fe7f08096 branch-3.0: [fix](clone) Fix

(doris) branch branch-2.1 updated: branch-2.1: [fix](planner) FunctionCallExpr clone should be deep copy #44678 (#44711)

2024-11-28 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.1 by this push: new 6f868e4f1e5 branch-2.1: [fix](planner)

(doris) branch auto-pick-44678-branch-2.1 deleted (was 813d02ab7b1)

2024-11-28 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a change to branch auto-pick-44678-branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git was 813d02ab7b1 [fix](planner) FunctionCallExpr clone should be deep copy (#44678) The revisions t

Re: [PR] branch-3.0: [fix](clone) Fix wrong clone file path #44746 [doris]

2024-11-28 Thread via GitHub
w41ter merged PR #44772: URL: https://github.com/apache/doris/pull/44772 -- 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

Re: [PR] [improve](profile): Add metric and profile indicators of hdfs close f… [doris]

2024-11-28 Thread via GitHub
Sjwhello commented on PR #40132: URL: https://github.com/apache/doris/pull/40132#issuecomment-2507150141 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

(doris) branch auto-pick-44746-branch-2.1 deleted (was 4a4e46f9aff)

2024-11-28 Thread w41ter
This is an automated email from the ASF dual-hosted git repository. w41ter pushed a change to branch auto-pick-44746-branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git was 4a4e46f9aff [fix](clone) Fix wrong clone file path (#44746) The revisions that were on this branch

Re: [PR] branch-2.1: [fix](clone) Fix wrong clone file path #44746 [doris]

2024-11-28 Thread via GitHub
w41ter merged PR #44773: URL: https://github.com/apache/doris/pull/44773 -- 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.1 updated: branch-2.1: [fix](clone) Fix wrong clone file path #44746 (#44773)

2024-11-28 Thread w41ter
This is an automated email from the ASF dual-hosted git repository. w41ter pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.1 by this push: new 412cec5bad5 branch-2.1: [fix](clone) Fix

Re: [PR] Update:sidebars [doris-website]

2024-11-28 Thread via GitHub
jeffreys-cat merged PR #1425: URL: https://github.com/apache/doris-website/pull/1425 -- 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...

Re: [PR] [feat](nereids) add rewrite rule :EliminateGroupByKeyByUniform [doris]

2024-11-28 Thread via GitHub
github-actions[bot] commented on PR #43391: URL: https://github.com/apache/doris/pull/43391#issuecomment-2507154333 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

(doris) branch auto-pick-43738-branch-3.0 created (now 95fe7f08096)

2024-11-28 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-43738-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git at 95fe7f08096 branch-3.0: [fix](clone) Fix wrong clone file path #44746 (#44772) No new revisio

(doris) branch auto-pick-43738-branch-3.0 updated (95fe7f08096 -> 05137623b02)

2024-11-28 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-43738-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git from 95fe7f08096 branch-3.0: [fix](clone) Fix wrong clone file path #44746 (#44772) add 051376

Re: [PR] branch-3.0: [improve](join) reuse the join block to reduce malloc memory #43738 [doris]

2024-11-28 Thread via GitHub
dataroaring closed pull request #44774: branch-3.0: [improve](join) reuse the join block to reduce malloc memory #43738 URL: https://github.com/apache/doris/pull/44774 -- 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] branch-3.0: [improve](join) reuse the join block to reduce malloc memory #43738 [doris]

2024-11-28 Thread via GitHub
doris-robot commented on PR #44774: URL: https://github.com/apache/doris/pull/44774#issuecomment-2507155794 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+proce

[PR] branch-3.0: [improve](join) reuse the join block to reduce malloc memory #43738 [doris]

2024-11-28 Thread via GitHub
github-actions[bot] opened a new pull request, #44774: URL: https://github.com/apache/doris/pull/44774 Cherry-picked from #43738 -- 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 comme

Re: [PR] [fix](cluster key) 3.0 forbid mow cluster key [doris]

2024-11-28 Thread via GitHub
github-actions[bot] commented on PR #44737: URL: https://github.com/apache/doris/pull/44737#issuecomment-2507155930 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] branch-3.0: [improve](join) reuse the join block to reduce malloc memory #43738 [doris]

2024-11-28 Thread via GitHub
doris-robot commented on PR #44774: URL: https://github.com/apache/doris/pull/44774#issuecomment-2507155855 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](cluster key) 3.0 forbid mow cluster key [doris]

2024-11-28 Thread via GitHub
github-actions[bot] commented on PR #44737: URL: https://github.com/apache/doris/pull/44737#issuecomment-2507155901 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] branch-2.1: [fix](planner) FunctionCallExpr clone should be deep copy #44678 [doris]

2024-11-28 Thread via GitHub
morrySnow merged PR #44711: URL: https://github.com/apache/doris/pull/44711 -- 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

Re: [PR] [opt](nereids) support pushing down aggr distinct through join [doris]

2024-11-28 Thread via GitHub
github-actions[bot] commented on PR #43380: URL: https://github.com/apache/doris/pull/43380#issuecomment-2507193898 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

[PR] add doc for add backend with resource group [doris-website]

2024-11-28 Thread via GitHub
echo-hhj opened a new pull request, #1426: URL: https://github.com/apache/doris-website/pull/1426 ## Versions - [ ] dev - [ ] 3.0 - [x] 2.1 - [x] 2.0 ## Languages - [x] Chinese - [ ] English ## Docs Checklist - [ ] Checked by AI - [ ] Test Ca

Re: [PR] [fix](cluster key) fix cluster key duplicated key [doris]

2024-11-28 Thread via GitHub
doris-robot commented on PR #44776: URL: https://github.com/apache/doris/pull/44776#issuecomment-2507172230 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+proce

[PR] [fix](cluster key) fix cluster key duplicated key [doris]

2024-11-28 Thread via GitHub
mymeiyi opened a new pull request, #44776: URL: https://github.com/apache/doris/pull/44776 ### What problem does this PR solve? Issue Number: close #xxx Related PR: #xxx Problem Summary: ### Release note None ### Check List (For Author) - Test

Re: [PR] [fix](nereids) fix UnknownValue's reference in simplify range rule #44637 [doris]

2024-11-28 Thread via GitHub
yujun777 commented on PR #44770: URL: https://github.com/apache/doris/pull/44770#issuecomment-2507173348 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

(doris) branch auto-pick-43785-branch-3.0 created (now 95fe7f08096)

2024-11-28 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-43785-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git at 95fe7f08096 branch-3.0: [fix](clone) Fix wrong clone file path #44746 (#44772) No new revisio

Re: [PR] [test](mtmv) Add inject statistic when mv rewrite regression test to make sure rewrite result stable [doris]

2024-11-28 Thread via GitHub
morrySnow merged PR #43785: URL: https://github.com/apache/doris/pull/43785 -- 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 auto-pick-43785-branch-2.1 created (now 412cec5bad5)

2024-11-28 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-43785-branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git at 412cec5bad5 branch-2.1: [fix](clone) Fix wrong clone file path #44746 (#44773) No new revisio

[PR] [improvement](ccr) improve overview of ccr [doris-website]

2024-11-28 Thread via GitHub
dataroaring opened a new pull request, #1427: URL: https://github.com/apache/doris-website/pull/1427 ## Versions - [ ] dev - [ ] 3.0 - [ ] 2.1 - [ ] 2.0 ## Languages - [ ] Chinese - [ ] English ## Docs Checklist - [ ] Checked by AI - [ ] Test

(doris) branch auto-pick-44610-branch-3.0 deleted (was 36cf240f4db)

2024-11-28 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-44610-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git was 36cf240f4db fix out The revisions that were on this branch are still contained in other refere

(doris) branch branch-3.0 updated: branch-3.0: [fix](compaction)Fix cluster key column duplicated in value columns group #44610 (#44709)

2024-11-28 Thread jianliangqi
This is an automated email from the ASF dual-hosted git repository. jianliangqi pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-3.0 by this push: new 755d35cd616 branch-3.0: [fix](compac

Re: [PR] branch-3.0: [Improvement](shuffle) Use a knob to decide whether a serial exchange… #44676 [doris]

2024-11-28 Thread via GitHub
doris-robot commented on PR #44731: URL: https://github.com/apache/doris/pull/44731#issuecomment-2505537553 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+proce

Re: [PR] branch-3.0: [Improvement](shuffle) Use a knob to decide whether a serial exchange… #44676 [doris]

2024-11-28 Thread via GitHub
dataroaring closed pull request #44731: branch-3.0: [Improvement](shuffle) Use a knob to decide whether a serial exchange… #44676 URL: https://github.com/apache/doris/pull/44731 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[PR] branch-3.0: [Improvement](shuffle) Use a knob to decide whether a serial exchange… #44676 [doris]

2024-11-28 Thread via GitHub
github-actions[bot] opened a new pull request, #44731: URL: https://github.com/apache/doris/pull/44731 Cherry-picked from #44676 -- 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 comme

(doris) branch auto-pick-44676-branch-3.0 created (now fe88ab2ec50)

2024-11-28 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-44676-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git at fe88ab2ec50 branch-3.0: [fix](planner) FunctionCallExpr clone should be deep copy #44678 (#447

Re: [PR] update workload document [doris-website]

2024-11-28 Thread via GitHub
KassieZ commented on PR #1407: URL: https://github.com/apache/doris-website/pull/1407#issuecomment-2505521086 request review @wangtianyi2004 -- 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 s

Re: [PR] [Improvement](shuffle) Use a knob to decide whether a serial exchange… [doris]

2024-11-28 Thread via GitHub
Gabriel39 merged PR #44676: URL: https://github.com/apache/doris/pull/44676 -- 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

[PR] [minor](scan) Delete unused function in ScanNode [doris]

2024-11-28 Thread via GitHub
Gabriel39 opened a new pull request, #44733: URL: https://github.com/apache/doris/pull/44733 ### What problem does this PR solve? Issue Number: close #xxx Related PR: #xxx Problem Summary: ### Release note None ### Check List (For Author) - Tes

Re: [PR] [minor](scan) Delete unused function in ScanNode [doris]

2024-11-28 Thread via GitHub
doris-robot commented on PR #44733: URL: https://github.com/apache/doris/pull/44733#issuecomment-2505547782 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+proce

(doris) branch branch-3.0 updated: [fix](runtime filter) Avoid to use ignored runtime filter (#44708) (#44718)

2024-11-28 Thread gabriellee
This is an automated email from the ASF dual-hosted git repository. gabriellee pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-3.0 by this push: new 5ca36a48035 [fix](runtime filter) Avo

Re: [PR] [fix](runtime filter) Avoid to use ignored runtime filter (#44708) [doris]

2024-11-28 Thread via GitHub
Gabriel39 merged PR #44718: URL: https://github.com/apache/doris/pull/44718 -- 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

Re: [PR] [minor](scan) Delete unused function in ScanNode [doris]

2024-11-28 Thread via GitHub
Gabriel39 commented on PR #44733: URL: https://github.com/apache/doris/pull/44733#issuecomment-2505547826 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

(doris) branch branch-2.1 updated: [Chore](runtime-filter) add rpc error msg to RuntimeFilterContext (#43517) (#44622) (#44719)

2024-11-28 Thread panxiaolei
This is an automated email from the ASF dual-hosted git repository. panxiaolei pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.1 by this push: new 846fe83152c [Chore](runtime-filter) a

Re: [PR] [Chore](runtime-filter) add rpc error msg to RuntimeFilterContext (#43517) (#44622) [doris]

2024-11-28 Thread via GitHub
BiteThet merged PR #44719: URL: https://github.com/apache/doris/pull/44719 -- 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

[PR] [chore](binlog) Save table type in CreateTableRecord [doris]

2024-11-28 Thread via GitHub
w41ter opened a new pull request, #44735: URL: https://github.com/apache/doris/pull/44735 ### What problem does this PR solve? Issue Number: close #xxx Related PR: #xxx Problem Summary: ### Release note None ### Check List (For Author) - Test

Re: [PR] [chore](binlog) Save table type in CreateTableRecord [doris]

2024-11-28 Thread via GitHub
doris-robot commented on PR #44735: URL: https://github.com/apache/doris/pull/44735#issuecomment-2505574807 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+proce

[PR] [Fix](Variant) create table should not automatically add variant to key [doris]

2024-11-28 Thread via GitHub
eldenmoon opened a new pull request, #44736: URL: https://github.com/apache/doris/pull/44736 #36609 -- 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:

Re: [PR] [env](compile)open compile check in some function agg file [doris]

2024-11-28 Thread via GitHub
github-actions[bot] commented on PR #44549: URL: https://github.com/apache/doris/pull/44549#issuecomment-2505614097 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] [env](compile)open compile check in some function agg file [doris]

2024-11-28 Thread via GitHub
github-actions[bot] commented on PR #44549: URL: https://github.com/apache/doris/pull/44549#issuecomment-2505614034 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] [Feature][Variant] support support schema for inner sub types in variant type [doris]

2024-11-28 Thread via GitHub
doris-robot commented on PR #40573: URL: https://github.com/apache/doris/pull/40573#issuecomment-2505614546 ClickBench: Total hot run time: 32.62 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [improvement](mtmv) Refactor the plan getting logic when create mtmv,and support to collect view from plan [doris]

2024-11-28 Thread via GitHub
seawinde commented on PR #40428: URL: https://github.com/apache/doris/pull/40428#issuecomment-2505621979 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] [Shared sink buffer test] [doris]

2024-11-28 Thread via GitHub
doris-robot commented on PR #44728: URL: https://github.com/apache/doris/pull/44728#issuecomment-2505622428 TeamCity be ut coverage result: Function Coverage: 38.33% (9976/26028) Line Coverage: 29.42% (83506/283795) Region Coverage: 28.57% (42985/150450) Branch Coverage: 25.1

Re: [PR] [shared-sink-buffer ] [doris]

2024-11-28 Thread via GitHub
doris-robot commented on PR #44616: URL: https://github.com/apache/doris/pull/44616#issuecomment-2505622627 TeamCity be ut coverage result: Function Coverage: 38.32% (9974/26028) Line Coverage: 29.43% (83530/283795) Region Coverage: 28.57% (42989/150450) Branch Coverage: 25.1

Re: [PR] [feature](mtmv)Support iceberg partition refresh. [doris]

2024-11-28 Thread via GitHub
Jibing-Li commented on PR #44726: URL: https://github.com/apache/doris/pull/44726#issuecomment-2505625085 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] [feat](test) add bloomfilter ut case [doris]

2024-11-28 Thread via GitHub
airborne12 commented on PR #44351: URL: https://github.com/apache/doris/pull/44351#issuecomment-2505684791 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

(doris) branch branch-3.0 updated: branch-3.0: [feat](binlog) Support drop rollup binlog #44677 (#44714)

2024-11-28 Thread w41ter
This is an automated email from the ASF dual-hosted git repository. w41ter pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-3.0 by this push: new 956c2357710 branch-3.0: [feat](binlog) Su

Re: [PR] K8s decoupled doc [doris-website]

2024-11-28 Thread via GitHub
KassieZ commented on PR #1415: URL: https://github.com/apache/doris-website/pull/1415#issuecomment-2505684517 request review @wangtianyi2004 -- 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 t

Re: [PR] branch-3.0: [feat](binlog) Support drop rollup binlog #44677 [doris]

2024-11-28 Thread via GitHub
w41ter merged PR #44714: URL: https://github.com/apache/doris/pull/44714 -- 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

  1   2   3   4   5   6   >