Skip to content

Commit

Permalink
test_cte_filter_pushdown
Browse files Browse the repository at this point in the history
  • Loading branch information
englefly committed Sep 20, 2024
1 parent 4eefd06 commit e595967
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 runtime_filter_type=2;"
sql "set ignore_shape_nodes='PhysicalDistribute, PhysicalProject'"
sql "set runtime_filter_mode=OFF"
// CTE filter pushing down with the same filter
qt_cte_filter_pushdown_1 """
explain shape plan
Expand Down

0 comments on commit e595967

Please sign in to comment.