Skip to content

Commit

Permalink
fix regression
Browse files Browse the repository at this point in the history
  • Loading branch information
feiniaofeiafei committed Jul 16, 2024
1 parent 4cb391c commit c1db34b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
suite("test_pull_up_predicate_literal") {
sql """ DROP TABLE IF EXISTS test_pull_up_predicate_literal; """
sql "set enable_fallback_to_original_planner=false"
sql """SET ignore_shape_nodes='PhysicalDistribute'"""

sql """
CREATE TABLE `test_pull_up_predicate_literal` (
Expand Down

0 comments on commit c1db34b

Please sign in to comment.