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

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


The following commit(s) were added to refs/heads/branch-4.0 by this push:
     new 40556ce428d branch-4.0: [fix](test) fix regression test 
eliminate_inner #64457 (#64588)
40556ce428d is described below

commit 40556ce428d2a44367394ddde626e642789133aa
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 1 14:36:04 2026 +0800

    branch-4.0: [fix](test) fix regression test eliminate_inner #64457 (#64588)
    
    Cherry-picked from #64457
    
    Co-authored-by: feiniaofeiafei <[email protected]>
---
 regression-test/suites/nereids_rules_p0/pkfk/eliminate_inner.groovy | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/regression-test/suites/nereids_rules_p0/pkfk/eliminate_inner.groovy 
b/regression-test/suites/nereids_rules_p0/pkfk/eliminate_inner.groovy
index 652dc1b1250..531ec4d5a06 100644
--- a/regression-test/suites/nereids_rules_p0/pkfk/eliminate_inner.groovy
+++ b/regression-test/suites/nereids_rules_p0/pkfk/eliminate_inner.groovy
@@ -21,6 +21,7 @@ suite("eliminate_inner") {
     sql "SET ignore_shape_nodes='PhysicalDistribute,PhysicalProject'"
     sql "SET enable_fallback_to_original_planner=false"
     sql "SET disable_join_reorder=true"
+    sql "SET disable_nereids_rules=INFER_SET_OPERATOR_DISTINCT"
 
     sql """
         DROP TABLE IF EXISTS pkt


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

Reply via email to