This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch branch-4.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-4.1 by this push:
new 74270232a31 branch-4.1: [fix](test) fix regression test
eliminate_inner #64457 (#64589)
74270232a31 is described below
commit 74270232a31dfef7b8a497b0a0344a4abc795c55
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 17 15:26:08 2026 +0800
branch-4.1: [fix](test) fix regression test eliminate_inner #64457 (#64589)
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]