Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
seawinde committed Dec 23, 2024
1 parent d4dbe94 commit 5ebf6f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,19 +1,11 @@
-- This file is automatically generated. You should know what you did if you want to edit this
-- !query_after_delete --
1 1 o 10.50 2023-12-08 a b 1 yy \N
1 1 o 10.50 2023-12-08 a b 1 yy \N
1 1 o 9.50 2023-12-08 a b 1 yy 1
1 1 o 9.50 2023-12-08 a b 1 yy 1
2 1 o 11.50 2023-12-09 a b 1 yy 2
2 1 o 11.50 2023-12-09 a b 1 yy 2
3 1 o 12.50 2023-12-10 a b 1 yy \N
3 1 o 12.50 2023-12-10 a b 1 yy \N
3 1 o 33.50 2023-12-10 a b 1 yy 3
3 1 o 33.50 2023-12-10 a b 1 yy 3
4 2 o 43.20 2023-12-11 c d 2 mm \N
4 2 o 43.20 2023-12-11 c d 2 mm \N
5 2 o 1.20 2023-12-12 c d 2 mi \N
5 2 o 1.20 2023-12-12 c d 2 mi \N
5 2 o 56.20 2023-12-12 c d 2 mi 4
5 2 o 56.20 2023-12-12 c d 2 mi 4

Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ suite("nested_mv_delete") {
sql "SET ignore_shape_nodes='PhysicalDistribute,PhysicalProject'"

sql """
drop table if exists orders
drop table if exists orders_1
"""

sql """
Expand Down

0 comments on commit 5ebf6f3

Please sign in to comment.