This is an automated email from the ASF dual-hosted git repository.
lijibing 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 d3572f709cf [fix](regression)Fix unstable invalid_stats case. (#46440)
d3572f709cf is described below
commit d3572f709cfeb59a6833c2565d94a0557f669479
Author: James <[email protected]>
AuthorDate: Mon Jan 6 14:05:18 2025 +0800
[fix](regression)Fix unstable invalid_stats case. (#46440)
### What problem does this PR solve?
Fuzzy variable enable_parallel_result_sink need to be true for this
case.
Issue Number: close #xxx
Related PR: #xxx
Problem Summary:
### Release note
None
---
.../suites/nereids_p0/stats/invalid_stats/invalid_stats.groovy | 1 +
1 file changed, 1 insertion(+)
diff --git
a/regression-test/suites/nereids_p0/stats/invalid_stats/invalid_stats.groovy
b/regression-test/suites/nereids_p0/stats/invalid_stats/invalid_stats.groovy
index 3bda4bc7432..01d7753496b 100644
--- a/regression-test/suites/nereids_p0/stats/invalid_stats/invalid_stats.groovy
+++ b/regression-test/suites/nereids_p0/stats/invalid_stats/invalid_stats.groovy
@@ -21,6 +21,7 @@ suite("invalid_stats") {
SET enable_fallback_to_original_planner=false;
set disable_nereids_rules=PRUNE_EMPTY_PARTITION;
set ignore_shape_nodes=PhysicalProject;
+ set enable_parallel_result_sink=true;
set runtime_filter_mode=off;
drop table if exists region;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]