From 31622cec16816244d9d9110690be3528b623741e Mon Sep 17 00:00:00 2001 From: yihong0618 Date: Wed, 2 Oct 2024 14:55:37 +0800 Subject: [PATCH] fix: sqllogic test need the format Signed-off-by: yihong0618 --- e2e_test/streaming/changelog.slt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e_test/streaming/changelog.slt b/e2e_test/streaming/changelog.slt index 668c94ac30e9..9eca1a7ae5d4 100644 --- a/e2e_test/streaming/changelog.slt +++ b/e2e_test/streaming/changelog.slt @@ -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