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 9e45efb5103 [fix](test) fix unstable test infer_intersect_except (#49000) 9e45efb5103 is described below commit 9e45efb5103e5f6d0ba1d87c834dee9677dc147f Author: feiniaofeiafei <moail...@selectdb.com> AuthorDate: Tue Mar 18 20:27:11 2025 +0800 [fix](test) fix unstable test infer_intersect_except (#49000) --- .../nereids_rules_p0/infer_predicate/infer_intersect_except.groovy | 1 + 1 file changed, 1 insertion(+) 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 aec3f3384e4..ffa42af4482 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