This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.1 by this push: new f2dac1f876a branch-2.1: [fix](test) fix unstable test infer_intersect_except #49000 (#49709) f2dac1f876a is described below commit f2dac1f876a2babc57cf359b7bcaa54258c89fff Author: feiniaofeiafei <moail...@selectdb.com> AuthorDate: Tue Apr 1 16:00:59 2025 +0800 branch-2.1: [fix](test) fix unstable test infer_intersect_except #49000 (#49709) --- .../infer_predicate/infer_intersect_except.out | Bin 4764 -> 4764 bytes .../infer_predicate/infer_intersect_except.groovy | 1 + 2 files changed, 1 insertion(+) diff --git a/regression-test/data/nereids_rules_p0/infer_predicate/infer_intersect_except.out b/regression-test/data/nereids_rules_p0/infer_predicate/infer_intersect_except.out index 783f83efe61..2609ca5f4c9 100644 Binary files a/regression-test/data/nereids_rules_p0/infer_predicate/infer_intersect_except.out and b/regression-test/data/nereids_rules_p0/infer_predicate/infer_intersect_except.out differ diff --git a/regression-test/suites/nereids_rules_p0/infer_predicate/infer_intersect_except.groovy b/regression-test/suites/nereids_rules_p0/infer_predicate/infer_intersect_except.groovy index fb8ef0a75f9..c409365bb1c 100644 --- a/regression-test/suites/nereids_rules_p0/infer_predicate/infer_intersect_except.groovy +++ b/regression-test/suites/nereids_rules_p0/infer_predicate/infer_intersect_except.groovy @@ -22,6 +22,7 @@ suite("infer_intersect_except") { sql 'set runtime_filter_mode=off' sql 'set enable_fold_constant_by_be=true' sql 'set debug_skip_fold_constant=false' + sql "set disable_nereids_rules='REORDER_INTERSECT'" --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org