Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
kwannoel committed Feb 6, 2025
1 parent 9779190 commit c3e109d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion e2e_test/streaming/unaligned-join.slt
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,10 @@ statement ok
DELETE FROM dim;

statement ok
flush;
flush;

statement ok
DROP TABLE fact cascade;

statement ok
DROP TABLE dim cascade;

0 comments on commit c3e109d

Please sign in to comment.