This is an automated email from the ASF dual-hosted git repository.
huajianlan 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 f5a009f9bba [fix](test) fix regression test max_min_filter_push_down
(#61437)
f5a009f9bba is described below
commit f5a009f9bba437a75037e6afaa5f15efa1be4a99
Author: feiniaofeiafei <[email protected]>
AuthorDate: Wed Mar 18 19:47:16 2026 +0800
[fix](test) fix regression test max_min_filter_push_down (#61437)
Related PR: #61183
fix regression test max_min_filter_push_down
---
.../max_min_filter_push_down/max_min_filter_push_down.groovy | 1 +
1 file changed, 1 insertion(+)
diff --git
a/regression-test/suites/nereids_rules_p0/max_min_filter_push_down/max_min_filter_push_down.groovy
b/regression-test/suites/nereids_rules_p0/max_min_filter_push_down/max_min_filter_push_down.groovy
index 47610f2e125..227e69346b8 100644
---
a/regression-test/suites/nereids_rules_p0/max_min_filter_push_down/max_min_filter_push_down.groovy
+++
b/regression-test/suites/nereids_rules_p0/max_min_filter_push_down/max_min_filter_push_down.groovy
@@ -18,6 +18,7 @@ suite("max_min_filter_push_down") {
sql "SET enable_nereids_planner=true"
sql "SET enable_fallback_to_original_planner=false"
sql "SET ignore_shape_nodes='PhysicalDistribute,PhysicalProject'"
+ sql "set disable_nereids_rules='REWRITE_SIMPLE_AGG_TO_CONSTANT'"
sql "drop table if exists max_min_filter_push_down1"
sql"""
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]