Skip to content

Commit

Permalink
[fix](test) mv_p0/unique/unique_rewrite.groovy should set delete with…
Browse files Browse the repository at this point in the history
…out partition (apache#40705)
  • Loading branch information
starocean999 authored Sep 25, 2024
1 parent 58399d8 commit b52e59a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions regression-test/suites/mv_p0/unique/unique_rewrite.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ suite("mv_on_unique_table") {
sql "use ${db}"
sql "set runtime_filter_mode=OFF";
sql "SET ignore_shape_nodes='PhysicalDistribute,PhysicalProject'"
sql "set DELETE_WITHOUT_PARTITION=true"

sql """
drop table if exists lineitem_2_uniq;
Expand Down

0 comments on commit b52e59a

Please sign in to comment.