Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kwannoel committed Apr 11, 2024
1 parent fc4ca1a commit 6694567
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions e2e_test/backfill/sink/create_sink.slt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ SET STREAMING_RATE_LIMIT = 1000;
statement ok
insert into t select * from generate_series(1, 10000);

statement ok
SET BACKGROUND_DDL=true;

statement ok
create sink s as select x.v1 as v1
from t x join t y
Expand Down

0 comments on commit 6694567

Please sign in to comment.