Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tabversion committed Nov 18, 2024
1 parent eb371d5 commit 99b2094
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions e2e_test/source_inline/connection/ddl.slt
Original file line number Diff line number Diff line change
Expand Up @@ -97,19 +97,19 @@ select a, b from t1;
3 c

statement ok
drop table t1;
drop sink sink_kafka

statement ok
drop connection conn;
drop table data_table;

statement ok
drop secret sec_broker;
drop table t1;

statement ok
drop sink sink_kafka
drop connection conn;

statement ok
drop table data_table;
drop secret sec_broker;

statement ok
set streaming_use_shared_source to true;

0 comments on commit 99b2094

Please sign in to comment.