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

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


The following commit(s) were added to refs/heads/branch-3.0 by this push:
     new 4e24298b1e8 branch-3.0: [fix](test) fix unstable test 
infer_intersect_except #49000 (#49217)
4e24298b1e8 is described below

commit 4e24298b1e829c094ced2e0aac10a378c1b75403
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Mar 20 10:54:39 2025 +0800

    branch-3.0: [fix](test) fix unstable test infer_intersect_except #49000 
(#49217)
    
    Cherry-picked from #49000
    
    Co-authored-by: feiniaofeiafei <[email protected]>
---
 .../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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to