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

morrySnow 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 7bef21c5be6 [fix](test) fix regression test eliminate_inner (#64457)
7bef21c5be6 is described below

commit 7bef21c5be6099026c6238db1610ef133ed0bea5
Author: feiniaofeiafei <[email protected]>
AuthorDate: Wed Jun 17 10:45:21 2026 +0800

    [fix](test) fix regression test eliminate_inner (#64457)
---
 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