Skip to content

Commit

Permalink
regression-test/suites/nereids_rules_p0/cte/test_cte_filter_pushdown.…
Browse files Browse the repository at this point in the history
…groovy
  • Loading branch information
englefly committed Sep 22, 2024
1 parent 975ec1e commit b88caf3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ suite("test_cte_filter_pushdown") {
sql "SET enable_fallback_to_original_planner=false"
sql "set ignore_shape_nodes='PhysicalDistribute, PhysicalProject'"
sql "set disable_nereids_rules=PRUNE_EMPTY_PARTITION"
sql "set runtime_filter_type=8"

// CTE filter pushing down with the same filter
sql """
Expand Down

0 comments on commit b88caf3

Please sign in to comment.