Skip to content

Commit

Permalink
fix: sqllogic test need the format
Browse files Browse the repository at this point in the history
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
  • Loading branch information
yihong0618 committed Oct 2, 2024
1 parent 71a60e0 commit 31622ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e_test/streaming/changelog.slt
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ create table t2 (v1 int, v2 int);
statement ok
create table t3 (v1 int primary key, v2 int);

statement ok
# test public.t1 due to https://github.com/risingwavelabs/risingwave/issues/18747
statement ok
create materialized view mv1 as with sub as changelog from public.t1 select * from sub;

statement ok
Expand Down

0 comments on commit 31622ce

Please sign in to comment.