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 4b5155453dd [fix](regression) fix unstable regression case: test_cte_filter_pushdown (#42510) 4b5155453dd is described below commit 4b5155453ddd78cd7aae7824f71036f722ea5269 Author: minghong <engle...@gmail.com> AuthorDate: Sun Oct 27 20:59:31 2024 +0800 [fix](regression) fix unstable regression case: test_cte_filter_pushdown (#42510) ## Proposed changes Issue Number: close #xxx <!--Describe your changes.--> --- .../suites/nereids_p0/cte/test_cte_filter_pushdown.groovy | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/regression-test/suites/nereids_p0/cte/test_cte_filter_pushdown.groovy b/regression-test/suites/nereids_p0/cte/test_cte_filter_pushdown.groovy index 1d492f83379..f412ad9ecfe 100644 --- a/regression-test/suites/nereids_p0/cte/test_cte_filter_pushdown.groovy +++ b/regression-test/suites/nereids_p0/cte/test_cte_filter_pushdown.groovy @@ -19,8 +19,9 @@ suite("test_cte_filter_pushdown") { sql "SET enable_pipeline_engine=true" sql "SET enable_fallback_to_original_planner=false" sql "set ignore_shape_nodes='PhysicalDistribute, PhysicalProject'" - sql "set runtime_filter_mode=global;" - sql "set runtime_filter_type=12;" + sql "set runtime_filter_mode=off;" + + // CTE filter pushing down with the same filter qt_cte_filter_pushdown_1 """ explain shape plan --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org