[GitHub] [incubator-doris-flink-connector] hf200012 closed pull request #13: Feature/20220305 support flush when batch bytes reach threshold

2022-03-12 Thread GitBox
hf200012 closed pull request #13: URL: https://github.com/apache/incubator-doris-flink-connector/pull/13 -- 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

[GitHub] [incubator-doris-flink-connector] hf200012 commented on pull request #18: [improvement] (before 1.13)Support set max bytes in each batch to avoid congestion

2022-03-12 Thread GitBox
hf200012 commented on pull request #18: URL: https://github.com/apache/incubator-doris-flink-connector/pull/18#issuecomment-1066032152 I will close #13 @bridgeDream -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

[incubator-doris] branch master updated: [typo]broker load docs (#8434)

2022-03-12 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new 5ab3a8a [typo]broker load docs (

[GitHub] [incubator-doris] hf200012 merged pull request #8434: [typo]update broker load docs format

2022-03-12 Thread GitBox
hf200012 merged pull request #8434: URL: https://github.com/apache/incubator-doris/pull/8434 -- 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: commi

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8456: [chore](dependency) fix build thirdparty errors

2022-03-12 Thread GitBox
github-actions[bot] commented on pull request #8456: URL: https://github.com/apache/incubator-doris/pull/8456#issuecomment-1066031413 -- 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

[GitHub] [incubator-doris] caiconghui opened a new pull request #8457: [fix][routine-load] fix bug for race condition problem when routine_load task change result_status

2022-03-12 Thread GitBox
caiconghui opened a new pull request #8457: URL: https://github.com/apache/incubator-doris/pull/8457 # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original beha

[incubator-doris] branch master updated (5f8e948 -> 2c63fc1)

2022-03-12 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from 5f8e948 [fix] BE crash when reporting tablet (#8453) add 2c63fc1 [improvement](vectorized) Suppor

[GitHub] [incubator-doris] morningman merged pull request #8450: [Bug] Support BetweenPredicate enable fold const expr

2022-03-12 Thread GitBox
morningman merged pull request #8450: URL: https://github.com/apache/incubator-doris/pull/8450 -- 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: com

[GitHub] [incubator-doris] morningman closed issue #8449: [Bug] BetweenPredicate failed when enable the fold const expr

2022-03-12 Thread GitBox
morningman closed issue #8449: URL: https://github.com/apache/incubator-doris/issues/8449 -- 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-

[GitHub] [incubator-doris] xinyiZzz edited a comment on pull request #8443: fix mem_tracker in olap_scanner and olap_scan_node

2022-03-12 Thread GitBox
xinyiZzz edited a comment on pull request #8443: URL: https://github.com/apache/incubator-doris/pull/8443#issuecomment-1065929255 > We should add another patch, which control memory consumption of OlapScanner > and OlapTableSink by percent of exec_mem_limit. Thus, the query does not >

[GitHub] [incubator-doris] xinyiZzz commented on pull request #8443: fix mem_tracker in olap_scanner and olap_scan_node

2022-03-12 Thread GitBox
xinyiZzz commented on pull request #8443: URL: https://github.com/apache/incubator-doris/pull/8443#issuecomment-1065929255 > We should add another patch, which control memory consumption of OlapScanner > and OlapTableSink by percent of exec_mem_limit. Thus, the query does not > fail d

[GitHub] [incubator-doris] xinyiZzz commented on a change in pull request #8443: fix mem_tracker in olap_scanner and olap_scan_node

2022-03-12 Thread GitBox
xinyiZzz commented on a change in pull request #8443: URL: https://github.com/apache/incubator-doris/pull/8443#discussion_r825329681 ## File path: be/src/exec/olap_scanner.cpp ## @@ -273,6 +279,13 @@ Status OlapScanner::get_batch(RuntimeState* state, RowBatch* batch, bool* eof

[GitHub] [incubator-doris] xinyiZzz commented on a change in pull request #8443: fix mem_tracker in olap_scanner and olap_scan_node

2022-03-12 Thread GitBox
xinyiZzz commented on a change in pull request #8443: URL: https://github.com/apache/incubator-doris/pull/8443#discussion_r825325917 ## File path: be/src/exec/olap_scanner.cpp ## @@ -257,13 +257,19 @@ Status OlapScanner::_init_return_columns() { Status OlapScanner::get_batch

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8443: fix mem_tracker in olap_scanner and olap_scan_node

2022-03-12 Thread GitBox
github-actions[bot] commented on pull request #8443: URL: https://github.com/apache/incubator-doris/pull/8443#issuecomment-1065919030 -- 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

[GitHub] [incubator-doris] xinyiZzz commented on a change in pull request #8443: fix mem_tracker in olap_scanner and olap_scan_node

2022-03-12 Thread GitBox
xinyiZzz commented on a change in pull request #8443: URL: https://github.com/apache/incubator-doris/pull/8443#discussion_r825324950 ## File path: be/src/runtime/plan_fragment_executor.cpp ## @@ -86,28 +86,6 @@ Status PlanFragmentExecutor::prepare(const TExecPlanFragmentParams

[GitHub] [incubator-doris] morningman commented on a change in pull request #8456: [chore](dependency) fix build thirdparty errors

2022-03-12 Thread GitBox
morningman commented on a change in pull request #8456: URL: https://github.com/apache/incubator-doris/pull/8456#discussion_r825322356 ## File path: thirdparty/download-thirdparty.sh ## @@ -317,7 +305,8 @@ echo "Finished patching $LIBRDKAFKA_SOURCE" cd $TP_SOURCE_DIR/$AWS_SDK_

[GitHub] [incubator-doris] morningman opened a new pull request #8456: [chore](dependency) fix build thirdparty errors

2022-03-12 Thread GitBox
morningman opened a new pull request #8456: URL: https://github.com/apache/incubator-doris/pull/8456 # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original beha

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8233: [Vectorized][HashJoin] add probe timer

2022-03-12 Thread GitBox
github-actions[bot] commented on pull request #8233: URL: https://github.com/apache/incubator-doris/pull/8233#issuecomment-1065912261 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, ple

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8450: [Bug] Support BetweenPredicate enable fold const expr

2022-03-12 Thread GitBox
github-actions[bot] commented on pull request #8450: URL: https://github.com/apache/incubator-doris/pull/8450#issuecomment-1065906543 -- 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

[incubator-doris] 02/02: [fix] BE crash when reporting tablet (#8453)

2022-03-12 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch dev-1.0.0 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git commit 32da525560a76bb621593e59131321fab0f0ab79 Author: Mingyu Chen AuthorDate: Sat Mar 12 23:12:52 2022 +0800

[incubator-doris] branch dev-1.0.0 updated (1681e4f -> 32da525)

2022-03-12 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch dev-1.0.0 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from 1681e4f [fix](report) fix bug that tablet may already be delete when reporting (#8444) new e88

[incubator-doris] 01/02: [chore][fix](librdkafka) disable librdkafka assert and update some thirdparty (#8425)

2022-03-12 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch dev-1.0.0 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git commit e88301996a48d09608681d8af234c7d886e70284 Author: Zhengguo Yang AuthorDate: Sat Mar 12 22:09:06 2022 +080

[GitHub] [incubator-doris] morningman merged pull request #8453: [fix] BE crash when reporting tablet

2022-03-12 Thread GitBox
morningman merged pull request #8453: URL: https://github.com/apache/incubator-doris/pull/8453 -- 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: com

[incubator-doris] branch master updated: [fix] BE crash when reporting tablet (#8453)

2022-03-12 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new 5f8e948 [fix] BE crash when report

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8443: fix mem_tracker in olap_scanner and olap_scan_node

2022-03-12 Thread GitBox
github-actions[bot] commented on pull request #8443: URL: https://github.com/apache/incubator-doris/pull/8443#issuecomment-1065899301 -- 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

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8433: add loggger to Suite to log in cases

2022-03-12 Thread GitBox
github-actions[bot] commented on pull request #8433: URL: https://github.com/apache/incubator-doris/pull/8433#issuecomment-1065899073 -- 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

[GitHub] [incubator-doris] morningman commented on a change in pull request #8433: add loggger to Suite to log in cases

2022-03-12 Thread GitBox
morningman commented on a change in pull request #8433: URL: https://github.com/apache/incubator-doris/pull/8433#discussion_r825312805 ## File path: regression-test/framework/src/main/groovy/org/apache/doris/regression/suite/Suite.groovy ## @@ -29,6 +29,7 @@ import org.apache.

[GitHub] [incubator-doris] zbtzbtzbt commented on a change in pull request #8408: [Benchmark] Add TPC-H benchmark tools

2022-03-12 Thread GitBox
zbtzbtzbt commented on a change in pull request #8408: URL: https://github.com/apache/incubator-doris/pull/8408#discussion_r825310093 ## File path: tools/tpch-tools/run-tpch-queries.sh ## @@ -0,0 +1,117 @@ +#!/usr/bin/env bash +# Licensed to the Apache Software Foundation (ASF)

[GitHub] [incubator-doris] zbtzbtzbt commented on a change in pull request #8408: [Benchmark] Add TPC-H benchmark tools

2022-03-12 Thread GitBox
zbtzbtzbt commented on a change in pull request #8408: URL: https://github.com/apache/incubator-doris/pull/8408#discussion_r825310093 ## File path: tools/tpch-tools/run-tpch-queries.sh ## @@ -0,0 +1,117 @@ +#!/usr/bin/env bash +# Licensed to the Apache Software Foundation (ASF)

[GitHub] [incubator-doris] zbtzbtzbt commented on a change in pull request #8408: [Benchmark] Add TPC-H benchmark tools

2022-03-12 Thread GitBox
zbtzbtzbt commented on a change in pull request #8408: URL: https://github.com/apache/incubator-doris/pull/8408#discussion_r825309798 ## File path: tools/tpch-tools/load-tpch-data.sh ## @@ -0,0 +1,229 @@ +#!/usr/bin/env bash +# Licensed to the Apache Software Foundation (ASF) u

[GitHub] [incubator-doris] BiteTheDDDDt commented on a change in pull request #8408: [Benchmark] Add TPC-H benchmark tools

2022-03-12 Thread GitBox
BiteThet commented on a change in pull request #8408: URL: https://github.com/apache/incubator-doris/pull/8408#discussion_r825309650 ## File path: tools/tpch-tools/run-tpch-queries.sh ## @@ -0,0 +1,117 @@ +#!/usr/bin/env bash +# Licensed to the Apache Software Foundation (A

[GitHub] [incubator-doris] zbtzbtzbt commented on a change in pull request #8408: [Benchmark] Add TPC-H benchmark tools

2022-03-12 Thread GitBox
zbtzbtzbt commented on a change in pull request #8408: URL: https://github.com/apache/incubator-doris/pull/8408#discussion_r825309486 ## File path: tools/tpch-tools/run-tpch-queries.sh ## @@ -0,0 +1,117 @@ +#!/usr/bin/env bash +# Licensed to the Apache Software Foundation (ASF)

[GitHub] [incubator-doris] zbtzbtzbt commented on a change in pull request #8408: [Benchmark] Add TPC-H benchmark tools

2022-03-12 Thread GitBox
zbtzbtzbt commented on a change in pull request #8408: URL: https://github.com/apache/incubator-doris/pull/8408#discussion_r825309486 ## File path: tools/tpch-tools/run-tpch-queries.sh ## @@ -0,0 +1,117 @@ +#!/usr/bin/env bash +# Licensed to the Apache Software Foundation (ASF)

[GitHub] [incubator-doris] hello-stephen commented on a change in pull request #8408: [Benchmark] Add TPC-H benchmark tools

2022-03-12 Thread GitBox
hello-stephen commented on a change in pull request #8408: URL: https://github.com/apache/incubator-doris/pull/8408#discussion_r825307931 ## File path: tools/tpch-tools/build-tpch-dbgen.sh ## @@ -0,0 +1,92 @@ +#!/usr/bin/env bash +# Licensed to the Apache Software Foundation (A

[GitHub] [incubator-doris] hello-stephen commented on a change in pull request #8408: [Benchmark] Add TPC-H benchmark tools

2022-03-12 Thread GitBox
hello-stephen commented on a change in pull request #8408: URL: https://github.com/apache/incubator-doris/pull/8408#discussion_r825307776 ## File path: tools/tpch-tools/run-tpch-queries.sh ## @@ -0,0 +1,111 @@ +#!/usr/bin/env bash +# Licensed to the Apache Software Foundation (

[GitHub] [incubator-doris] zbtzbtzbt commented on a change in pull request #8399: [improvement]avoid read bitmap index when no index works

2022-03-12 Thread GitBox
zbtzbtzbt commented on a change in pull request #8399: URL: https://github.com/apache/incubator-doris/pull/8399#discussion_r825306710 ## File path: be/src/olap/rowset/segment_v2/segment_iterator.cpp ## @@ -76,6 +85,27 @@ class SegmentIterator::BitmapRangeIterator { ret

[GitHub] [incubator-doris] zbtzbtzbt commented on issue #8382: [Bug] variance is different with trino

2022-03-12 Thread GitBox
zbtzbtzbt commented on issue #8382: URL: https://github.com/apache/incubator-doris/issues/8382#issuecomment-1065890770 can you provide some data to reproduce? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

[incubator-doris] branch master updated: [chore][fix](librdkafka) disable librdkafka assert and update some thirdparty (#8425)

2022-03-12 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new f3c44bc [chore][fix](librdkafka) d

[GitHub] [incubator-doris] morningman merged pull request #8425: [chore] disable librdkafka assert and update some thirdparty

2022-03-12 Thread GitBox
morningman merged pull request #8425: URL: https://github.com/apache/incubator-doris/pull/8425 -- 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: com

[GitHub] [incubator-doris] morningman commented on a change in pull request #8408: [Benchmark] Add TPC-H benchmark tools

2022-03-12 Thread GitBox
morningman commented on a change in pull request #8408: URL: https://github.com/apache/incubator-doris/pull/8408#discussion_r825305782 ## File path: tools/tpch-tools/build-tpch-dbgen.sh ## @@ -0,0 +1,92 @@ +#!/usr/bin/env bash +# Licensed to the Apache Software Foundation (ASF)

[GitHub] [incubator-doris] morningman merged pull request #8371: [Doc]Update hive support version

2022-03-12 Thread GitBox
morningman merged pull request #8371: URL: https://github.com/apache/incubator-doris/pull/8371 -- 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: com

[incubator-doris] branch master updated: [doc] Update hive support version (#8371)

2022-03-12 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new 316d7c6 [doc] Update hive support

[incubator-doris] branch master updated: [refactor][fix] small fixes and code cleanups related to schema change (#8328)

2022-03-12 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new a467e7a [refactor][fix] small fixe

[GitHub] [incubator-doris] morningman merged pull request #8328: small fixes and code cleanups related to schema change

2022-03-12 Thread GitBox
morningman merged pull request #8328: URL: https://github.com/apache/incubator-doris/pull/8328 -- 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: com

[incubator-doris-website] branch master updated: Add weekly 20220306 and doris-docker-cluster-install

2022-03-12 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris-website.git The following commit(s) were added to refs/heads/master by this push: new 546e678 Add weekly 2022030

[GitHub] [incubator-doris] dataroaring commented on a change in pull request #8443: fix mem_tracker in olap_scanner and olap_table_sink

2022-03-12 Thread GitBox
dataroaring commented on a change in pull request #8443: URL: https://github.com/apache/incubator-doris/pull/8443#discussion_r825299837 ## File path: be/src/runtime/plan_fragment_executor.cpp ## @@ -86,28 +86,6 @@ Status PlanFragmentExecutor::prepare(const TExecPlanFragmentPar

[GitHub] [incubator-doris] wangshuo128 commented on a change in pull request #8234: [Feature] Support pre-aggregation for quantile type

2022-03-12 Thread GitBox
wangshuo128 commented on a change in pull request #8234: URL: https://github.com/apache/incubator-doris/pull/8234#discussion_r825293491 ## File path: be/src/exprs/quantile_function.cpp ## @@ -0,0 +1,127 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or mo

[GitHub] [incubator-doris] wangshuo128 commented on a change in pull request #8234: [Feature] Support pre-aggregation for quantile type

2022-03-12 Thread GitBox
wangshuo128 commented on a change in pull request #8234: URL: https://github.com/apache/incubator-doris/pull/8234#discussion_r825293002 ## File path: be/src/olap/aggregate_func.h ## @@ -580,6 +581,53 @@ struct AggregateFuncTraits { }; +template <> +struct AggregateFuncTrait

[incubator-doris] branch master updated: [fix](broker-load) hdfs or bos path parser not support glob exprs (#8390)

2022-03-12 Thread caiconghui
This is an automated email from the ASF dual-hosted git repository. caiconghui pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new ebbe6f6 [fix](broker-load) hdfs or

[GitHub] [incubator-doris] caiconghui closed issue #8335: [Enhancement] broker load should support regular expressions when type is like hdfs

2022-03-12 Thread GitBox
caiconghui closed issue #8335: URL: https://github.com/apache/incubator-doris/issues/8335 -- 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-

[GitHub] [incubator-doris] caiconghui merged pull request #8390: [fix] fix hdfs or bos path parser not support glob exprs

2022-03-12 Thread GitBox
caiconghui merged pull request #8390: URL: https://github.com/apache/incubator-doris/pull/8390 -- 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: com

[GitHub] [incubator-doris] morningman commented on a change in pull request #8443: fix mem_tracker in olap_scanner and olap_table_sink

2022-03-12 Thread GitBox
morningman commented on a change in pull request #8443: URL: https://github.com/apache/incubator-doris/pull/8443#discussion_r824697478 ## File path: be/src/runtime/plan_fragment_executor.cpp ## @@ -86,28 +86,6 @@ Status PlanFragmentExecutor::prepare(const TExecPlanFragmentPara

[GitHub] [incubator-doris] jackwener edited a comment on pull request #8454: [fix](partition_cache) Fix Partition Cache NullPointerException bug

2022-03-12 Thread GitBox
jackwener edited a comment on pull request #8454: URL: https://github.com/apache/incubator-doris/pull/8454#issuecomment-1065853130 Great job! Thanks your contribution -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

[GitHub] [incubator-doris] jackwener commented on pull request #8454: [fix](partition_cache) Fix Partition Cache NullPointerException bug

2022-03-12 Thread GitBox
jackwener commented on pull request #8454: URL: https://github.com/apache/incubator-doris/pull/8454#issuecomment-1065853130 Great job! -- 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 specifi

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8425: [chore] disable librdkafka assert and update some thirdparty

2022-03-12 Thread GitBox
github-actions[bot] commented on pull request #8425: URL: https://github.com/apache/incubator-doris/pull/8425#issuecomment-1065852484 -- 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

[GitHub] [incubator-doris] arthuryangcs opened a new pull request #8454: [fix](partition_cache) Fix Partition Cache NullPointerException bug

2022-03-12 Thread GitBox
arthuryangcs opened a new pull request #8454: URL: https://github.com/apache/incubator-doris/pull/8454 # Proposed changes Issue Number: close #8337 ## Problem Summary: Filter the partitions in predicate but not in OlapTable. ## Checklist(Required) 1. Does

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8453: [fix] BE crash when reporting tablet

2022-03-12 Thread GitBox
github-actions[bot] commented on pull request #8453: URL: https://github.com/apache/incubator-doris/pull/8453#issuecomment-1065841867 -- 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

[GitHub] [incubator-doris] morningman opened a new pull request #8453: [fix] BE crash when reporting tablet

2022-03-12 Thread GitBox
morningman opened a new pull request #8453: URL: https://github.com/apache/incubator-doris/pull/8453 # Proposed changes Issue Number: close #xxx ## Problem Summary: this bug was introduced from #8209 ## Checklist(Required) 1. Does it affect the original beh