From c3e109d8e290fbe4cccff5500953613900bbbe1a Mon Sep 17 00:00:00 2001 From: Noel Kwan Date: Thu, 6 Feb 2025 20:12:54 +0800 Subject: [PATCH] clean --- e2e_test/streaming/unaligned-join.slt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/e2e_test/streaming/unaligned-join.slt b/e2e_test/streaming/unaligned-join.slt index 91da4d1796994..9bcee7ba81f99 100644 --- a/e2e_test/streaming/unaligned-join.slt +++ b/e2e_test/streaming/unaligned-join.slt @@ -46,4 +46,10 @@ statement ok DELETE FROM dim; statement ok -flush; \ No newline at end of file +flush; + +statement ok +DROP TABLE fact cascade; + +statement ok +DROP TABLE dim cascade; \ No newline at end of file