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 23, 2024
1 parent b88caf3 commit 85338c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +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"
sql "set runtime_filter_type=12"

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

0 comments on commit 85338c0

Please sign in to comment.