Re: [PR] [chore](cloud) add selected partition ids and visible version in log [doris]

2024-07-04 Thread via GitHub
liaoxin01 merged PR #37267: URL: https://github.com/apache/doris/pull/37267 -- 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] [chore](cloud) add selected partition ids and visible version in log [doris]

2024-07-04 Thread via GitHub
github-actions[bot] commented on PR #37267: URL: https://github.com/apache/doris/pull/37267#issuecomment-2208532922 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] [chore](cloud) add selected partition ids and visible version in log [doris]

2024-07-04 Thread via GitHub
github-actions[bot] commented on PR #37267: URL: https://github.com/apache/doris/pull/37267#issuecomment-2208532987 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](cloud) add selected partition ids and visible version in log [doris]

2024-07-04 Thread via GitHub
doris-robot commented on PR #37267: URL: https://github.com/apache/doris/pull/37267#issuecomment-2208516603 ClickBench: Total hot run time: 30.33 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [chore](cloud) add selected partition ids and visible version in log [doris]

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

Re: [PR] [chore](cloud) add selected partition ids and visible version in log [doris]

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

Re: [PR] [chore](cloud) add selected partition ids and visible version in log [doris]

2024-07-04 Thread via GitHub
sollhui commented on PR #37267: URL: https://github.com/apache/doris/pull/37267#issuecomment-2208423709 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] [chore](cloud) add selected partition ids and visible version in log [doris]

2024-07-04 Thread via GitHub
sollhui commented on PR #37267: URL: https://github.com/apache/doris/pull/37267#issuecomment-2208421468 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] [chore](cloud) add selected partition ids and visible version in log [doris]

2024-07-04 Thread via GitHub
liaoxin01 commented on code in PR #37267: URL: https://github.com/apache/doris/pull/37267#discussion_r1665314968 ## fe/fe-core/src/main/java/org/apache/doris/planner/OlapScanNode.java: ## @@ -731,6 +731,11 @@ private Collection distributionPrune( // Update the visible ver

Re: [PR] [chore](cloud) add selected partition ids and visible version in log [doris]

2024-07-03 Thread via GitHub
doris-robot commented on PR #37267: URL: https://github.com/apache/doris/pull/37267#issuecomment-2208124245 ClickBench: Total hot run time: 30.24 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [chore](cloud) add selected partition ids and visible version in log [doris]

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

Re: [PR] [chore](cloud) add selected partition ids and visible version in log [doris]

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

Re: [PR] [chore](cloud) add selected partition ids and visible version in log [doris]

2024-07-03 Thread via GitHub
sollhui commented on PR #37267: URL: https://github.com/apache/doris/pull/37267#issuecomment-2208074698 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] [chore](cloud) add selected partition ids and visible version in log [doris]

2024-07-03 Thread via GitHub
sollhui commented on PR #37267: URL: https://github.com/apache/doris/pull/37267#issuecomment-2208071681 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] [chore](cloud) add selected partition ids and visible version in log [doris]

2024-07-03 Thread via GitHub
doris-robot commented on PR #37267: URL: https://github.com/apache/doris/pull/37267#issuecomment-2208071655 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+process+y

[PR] [chore](cloud) add selected partition ids and visible version in log [doris]

2024-07-03 Thread via GitHub
sollhui opened a new pull request, #37267: URL: https://github.com/apache/doris/pull/37267 ## Proposed changes Add selected partition ids and visible version in log. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH