Re: [PR] [Opt](cloud) Refactor `OlapScanLocalState::hold_tablets` [doris]

2025-04-10 Thread via GitHub
hello-stephen commented on PR #49945: URL: https://github.com/apache/doris/pull/49945#issuecomment-2795808028 # BE UT Coverage Report Increment line coverage `0.00% (0/42)` :tada: [Increment coverage report](http://coverage.selectdb-in.cc/coverage/13bf3fe09ffbdbece7c873bb76a35137ff

Re: [PR] [Opt](cloud) Refactor `OlapScanLocalState::hold_tablets` [doris]

2025-04-10 Thread via GitHub
doris-robot commented on PR #49945: URL: https://github.com/apache/doris/pull/49945#issuecomment-2795713071 ClickBench: Total hot run time: 31.35 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [Opt](cloud) Refactor `OlapScanLocalState::hold_tablets` [doris]

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

Re: [PR] [Opt](cloud) Refactor `OlapScanLocalState::hold_tablets` [doris]

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

Re: [PR] [Opt](cloud) Refactor `OlapScanLocalState::hold_tablets` [doris]

2025-04-10 Thread via GitHub
bobhan1 commented on PR #49945: URL: https://github.com/apache/doris/pull/49945#issuecomment-2795630333 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] [Opt](cloud) Refactor `OlapScanLocalState::hold_tablets` [doris]

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

Re: [PR] [Opt](cloud) Refactor `OlapScanLocalState::hold_tablets` [doris]

2025-04-10 Thread via GitHub
bobhan1 commented on PR #49945: URL: https://github.com/apache/doris/pull/49945#issuecomment-2792121626 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] [Opt](cloud) Refactor `OlapScanLocalState::hold_tablets` [doris]

2025-04-10 Thread via GitHub
doris-robot commented on PR #49945: URL: https://github.com/apache/doris/pull/49945#issuecomment-2792541119 ClickBench: Total hot run time: 31.27 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [Opt](cloud) Refactor `OlapScanLocalState::hold_tablets` [doris]

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

Re: [PR] [Opt](cloud) Refactor `OlapScanLocalState::hold_tablets` [doris]

2025-04-10 Thread via GitHub
gavinchou commented on code in PR #49945: URL: https://github.com/apache/doris/pull/49945#discussion_r2036611866 ## be/src/pipeline/exec/olap_scan_operator.cpp: ## @@ -441,76 +441,70 @@ Status OlapScanLocalState::hold_tablets() { return Status::OK(); } -auto

Re: [PR] [Opt](cloud) Refactor `OlapScanLocalState::hold_tablets` [doris]

2025-04-09 Thread via GitHub
bobhan1 commented on PR #49945: URL: https://github.com/apache/doris/pull/49945#issuecomment-2791745989 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] [Opt](cloud) Refactor `OlapScanLocalState::hold_tablets` [doris]

2025-04-09 Thread via GitHub
gavinchou commented on code in PR #49945: URL: https://github.com/apache/doris/pull/49945#discussion_r2036608470 ## be/src/pipeline/exec/olap_scan_operator.cpp: ## @@ -441,76 +441,70 @@ Status OlapScanLocalState::hold_tablets() { return Status::OK(); } -auto

Re: [PR] [Opt](cloud) Refactor `OlapScanLocalState::hold_tablets` [doris]

2025-04-09 Thread via GitHub
gavinchou commented on code in PR #49945: URL: https://github.com/apache/doris/pull/49945#discussion_r2036607365 ## be/src/pipeline/exec/olap_scan_operator.cpp: ## @@ -441,76 +441,70 @@ Status OlapScanLocalState::hold_tablets() { return Status::OK(); } -auto

Re: [PR] [Opt](cloud) Refactor `OlapScanLocalState::hold_tablets` [doris]

2025-04-09 Thread via GitHub
hello-stephen commented on PR #49945: URL: https://github.com/apache/doris/pull/49945#issuecomment-2791669904 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+pro

[PR] [Opt](cloud) Refactor `OlapScanLocalState::hold_tablets` [doris]

2025-04-09 Thread via GitHub
bobhan1 opened a new pull request, #49945: URL: https://github.com/apache/doris/pull/49945 ### What problem does this PR solve? Issue Number: close #xxx Related PR: #xxx Problem Summary: ### Release note None ### Check List (For Author) - T