This is an automated email from the ASF dual-hosted git repository.

dataroaring pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-3.0 by this push:
     new deccd3ac0ea branch-3.0 [fix](regression) unstable case 
push_down_min_through_join (#55306)
deccd3ac0ea is described below

commit deccd3ac0ea553a68d5ee52d5a8307935ae8dc0a
Author: minghong <[email protected]>
AuthorDate: Thu Aug 28 12:09:30 2025 +0800

    branch-3.0 [fix](regression) unstable case push_down_min_through_join 
(#55306)
    
    ### What problem does this PR solve?
    pick #55307
    the join order is not fixed in those cases
---
 .../eager_aggregate/push_down_min_through_join.out  | Bin 16433 -> 16433 bytes
 .../push_down_min_through_join.groovy               |   2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/regression-test/data/nereids_rules_p0/eager_aggregate/push_down_min_through_join.out
 
b/regression-test/data/nereids_rules_p0/eager_aggregate/push_down_min_through_join.out
index d2129c0b417..707c24b3754 100644
Binary files 
a/regression-test/data/nereids_rules_p0/eager_aggregate/push_down_min_through_join.out
 and 
b/regression-test/data/nereids_rules_p0/eager_aggregate/push_down_min_through_join.out
 differ
diff --git 
a/regression-test/suites/nereids_rules_p0/eager_aggregate/push_down_min_through_join.groovy
 
b/regression-test/suites/nereids_rules_p0/eager_aggregate/push_down_min_through_join.groovy
index fb728057f57..fc2a22af822 100644
--- 
a/regression-test/suites/nereids_rules_p0/eager_aggregate/push_down_min_through_join.groovy
+++ 
b/regression-test/suites/nereids_rules_p0/eager_aggregate/push_down_min_through_join.groovy
@@ -22,7 +22,7 @@ suite("push_down_min_through_join") {
     sql "SET ignore_shape_nodes='PhysicalDistribute,PhysicalProject'"
     sql "set be_number_for_test=1"
     sql "set DISABLE_NEREIDS_RULES='ONE_PHASE_AGGREGATE_WITHOUT_DISTINCT, 
ONE_PHASE_AGGREGATE_SINGLE_DISTINCT_TO_MULTI'"
-
+    sql "set disable_join_reorder=true;"
     sql """
         DROP TABLE IF EXISTS min_t;
     """


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to