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 f361754a71d [fix](nereids) fix regression
case:test_cte_filter_pushdown (#42103)
f361754a71d is described below
commit f361754a71d9ab2c6064eb2fb688f1aa6011528d
Author: minghong <[email protected]>
AuthorDate: Sat Oct 19 01:33:20 2024 +0800
[fix](nereids) fix regression case:test_cte_filter_pushdown (#42103)
## Proposed changes
Issue Number: close #xxx
<!--Describe your changes.-->
---
regression-test/suites/nereids_p0/cte/test_cte_filter_pushdown.groovy | 2 ++
1 file changed, 2 insertions(+)
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 d4191f879a8..1d492f83379 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,6 +19,8 @@ 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;"
// CTE filter pushing down with the same filter
qt_cte_filter_pushdown_1 """
explain shape plan
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]