Re: [PR] support merge remote rf local first [doris]

2024-02-21 Thread via GitHub
HappenLee merged PR #31067: URL: https://github.com/apache/doris/pull/31067 -- 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] support merge remote rf local first [doris]

2024-02-21 Thread via GitHub
github-actions[bot] commented on PR #31067: URL: https://github.com/apache/doris/pull/31067#issuecomment-1956644395 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] support merge remote rf local first [doris]

2024-02-21 Thread via GitHub
doris-robot commented on PR #31067: URL: https://github.com/apache/doris/pull/31067#issuecomment-1956508380 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit 2cef51522c1bab8b78d80c26c916aad142e36aa1 with default session variables Stream

Re: [PR] support merge remote rf local first [doris]

2024-02-21 Thread via GitHub
doris-robot commented on PR #31067: URL: https://github.com/apache/doris/pull/31067#issuecomment-1956503248 ClickBench: Total hot run time: 31.84 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] support merge remote rf local first [doris]

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

Re: [PR] support merge remote rf local first [doris]

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

Re: [PR] support merge remote rf local first [doris]

2024-02-21 Thread via GitHub
github-actions[bot] commented on code in PR #31067: URL: https://github.com/apache/doris/pull/31067#discussion_r1497358196 ## be/src/exprs/runtime_filter.cpp: ## @@ -954,47 +954,53 @@ void IRuntimeFilter::insert_batch(const vectorized::ColumnPtr column, size_t sta _wrapper

Re: [PR] support merge remote rf local first [doris]

2024-02-21 Thread via GitHub
HappenLee commented on PR #31067: URL: https://github.com/apache/doris/pull/31067#issuecomment-1956426744 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] support merge remote rf local first [doris]

2024-02-21 Thread via GitHub
github-actions[bot] commented on PR #31067: URL: https://github.com/apache/doris/pull/31067#issuecomment-1956268447 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] support merge remote rf local first [doris]

2024-02-21 Thread via GitHub
HappenLee commented on PR #31067: URL: https://github.com/apache/doris/pull/31067#issuecomment-1956199338 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] support merge remote rf local first [doris]

2024-02-21 Thread via GitHub
github-actions[bot] commented on code in PR #31067: URL: https://github.com/apache/doris/pull/31067#discussion_r1497137595 ## be/src/runtime/runtime_state.cpp: ## @@ -506,4 +502,32 @@ bool RuntimeState::enable_page_cache() const { (_query_options.__isset.enable_page_

Re: [PR] support merge remote rf local first [doris]

2024-02-21 Thread via GitHub
HappenLee commented on PR #31067: URL: https://github.com/apache/doris/pull/31067#issuecomment-1956169985 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] support merge remote rf local first [doris]

2024-02-20 Thread via GitHub
HappenLee commented on code in PR #31067: URL: https://github.com/apache/doris/pull/31067#discussion_r1497008566 ## be/src/vec/exec/join/vhash_join_node.cpp: ## @@ -180,9 +180,17 @@ Status HashJoinNode::init(const TPlanNode& tnode, RuntimeState* state) { #endif for (siz

Re: [PR] support merge remote rf local first [doris]

2024-02-20 Thread via GitHub
yiguolei commented on code in PR #31067: URL: https://github.com/apache/doris/pull/31067#discussion_r1496966371 ## be/src/runtime/runtime_state.h: ## @@ -454,7 +452,10 @@ class RuntimeState { // if load mem limit is not set, or is zero, using query mem limit instead. i

Re: [PR] support merge remote rf local first [doris]

2024-02-20 Thread via GitHub
yiguolei commented on code in PR #31067: URL: https://github.com/apache/doris/pull/31067#discussion_r1496965184 ## be/src/vec/exec/join/vhash_join_node.cpp: ## @@ -180,9 +180,17 @@ Status HashJoinNode::init(const TPlanNode& tnode, RuntimeState* state) { #endif for (size

Re: [PR] support merge remote rf local first [doris]

2024-02-20 Thread via GitHub
github-actions[bot] commented on PR #31067: URL: https://github.com/apache/doris/pull/31067#issuecomment-1955790340 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] support merge remote rf local first [doris]

2024-02-20 Thread via GitHub
github-actions[bot] commented on PR #31067: URL: https://github.com/apache/doris/pull/31067#issuecomment-1955790307 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] support merge remote rf local first [doris]

2024-02-20 Thread via GitHub
Gabriel39 commented on code in PR #31067: URL: https://github.com/apache/doris/pull/31067#discussion_r1496749160 ## be/src/exprs/runtime_filter.h: ## @@ -426,18 +422,10 @@ class IRuntimeFilter { // parent profile // only effect on consumer std::unique_ptr _profile

Re: [PR] support merge remote rf local first [doris]

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

Re: [PR] support merge remote rf local first [doris]

2024-02-20 Thread via GitHub
doris-robot commented on PR #31067: URL: https://github.com/apache/doris/pull/31067#issuecomment-1953825963 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit 37f384479f4de7d21027d9c11b1da43843419979 with default session variables Stream

Re: [PR] support merge remote rf local first [doris]

2024-02-20 Thread via GitHub
doris-robot commented on PR #31067: URL: https://github.com/apache/doris/pull/31067#issuecomment-1953820774 ClickBench: Total hot run time: 30.86 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] support merge remote rf local first [doris]

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

Re: [PR] support merge remote rf local first [doris]

2024-02-20 Thread via GitHub
github-actions[bot] commented on code in PR #31067: URL: https://github.com/apache/doris/pull/31067#discussion_r1495420325 ## be/src/exprs/runtime_filter.cpp: ## @@ -954,47 +954,52 @@ void IRuntimeFilter::insert_batch(const vectorized::ColumnPtr column, size_t sta _wrapper

Re: [PR] support merge remote rf local first [doris]

2024-02-20 Thread via GitHub
HappenLee commented on PR #31067: URL: https://github.com/apache/doris/pull/31067#issuecomment-1953692224 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] support merge remote rf local first [doris]

2024-02-20 Thread via GitHub
doris-robot commented on PR #31067: URL: https://github.com/apache/doris/pull/31067#issuecomment-1953678094 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit 6cfa0c8f1a8d84f3ad33be2123a6561f95f57743 with default session variables Stream

Re: [PR] support merge remote rf local first [doris]

2024-02-20 Thread via GitHub
doris-robot commented on PR #31067: URL: https://github.com/apache/doris/pull/31067#issuecomment-1953673699 ClickBench: Total hot run time: 30.68 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] support merge remote rf local first [doris]

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

Re: [PR] support merge remote rf local first [doris]

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

Re: [PR] support merge remote rf local first [doris]

2024-02-19 Thread via GitHub
HappenLee commented on PR #31067: URL: https://github.com/apache/doris/pull/31067#issuecomment-1953607922 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] support merge remote rf local first [doris]

2024-02-19 Thread via GitHub
github-actions[bot] commented on code in PR #31067: URL: https://github.com/apache/doris/pull/31067#discussion_r1494276631 ## be/src/exprs/runtime_filter.cpp: ## @@ -954,47 +954,52 @@ void IRuntimeFilter::insert_batch(const vectorized::ColumnPtr column, size_t sta _wrapper

Re: [PR] support merge remote rf local first [doris]

2024-02-19 Thread via GitHub
HappenLee commented on PR #31067: URL: https://github.com/apache/doris/pull/31067#issuecomment-1952048674 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] support merge remote rf local first [doris]

2024-02-18 Thread via GitHub
github-actions[bot] commented on code in PR #31067: URL: https://github.com/apache/doris/pull/31067#discussion_r1494114707 ## be/src/runtime/runtime_filter_mgr.cpp: ## @@ -89,28 +89,72 @@ Status RuntimeFilterMgr::register_consumer_filter(const TRuntimeFilterDesc& desc

Re: [PR] support merge remote rf local first [doris]

2024-02-18 Thread via GitHub
HappenLee commented on PR #31067: URL: https://github.com/apache/doris/pull/31067#issuecomment-1951843682 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] support merge remote rf local first [doris]

2024-02-18 Thread via GitHub
HappenLee commented on PR #31067: URL: https://github.com/apache/doris/pull/31067#issuecomment-1951379822 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] support merge remote rf local first [doris]

2024-02-18 Thread via GitHub
HappenLee commented on PR #31067: URL: https://github.com/apache/doris/pull/31067#issuecomment-1951347721 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] support merge remote rf local first [doris]

2024-02-18 Thread via GitHub
HappenLee commented on PR #31067: URL: https://github.com/apache/doris/pull/31067#issuecomment-1951264158 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] support merge remote rf local first [doris]

2024-02-18 Thread via GitHub
HappenLee commented on PR #31067: URL: https://github.com/apache/doris/pull/31067#issuecomment-1951074084 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] support merge remote rf local first [doris]

2024-02-18 Thread via GitHub
HappenLee commented on PR #31067: URL: https://github.com/apache/doris/pull/31067#issuecomment-1951063022 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] support merge remote rf local first [doris]

2024-02-18 Thread via GitHub
github-actions[bot] commented on code in PR #31067: URL: https://github.com/apache/doris/pull/31067#discussion_r1493716183 ## be/src/runtime/runtime_filter_mgr.cpp: ## @@ -106,6 +106,48 @@ Status RuntimeFilterMgr::register_consumer_filter(const TRuntimeFilterDesc& desc ret

Re: [PR] support merge remote rf local first [doris]

2024-02-18 Thread via GitHub
HappenLee commented on PR #31067: URL: https://github.com/apache/doris/pull/31067#issuecomment-1951057134 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] support merge remote rf local first [doris]

2024-02-18 Thread via GitHub
doris-robot commented on PR #31067: URL: https://github.com/apache/doris/pull/31067#issuecomment-1951057114 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] support merge remote rf local first [doris]

2024-02-18 Thread via GitHub
HappenLee opened a new pull request, #31067: URL: https://github.com/apache/doris/pull/31067 ## 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](mailt