From d356b8d6219af08cd03d88323270265d8706767b Mon Sep 17 00:00:00 2001 From: Kexiang Wang Date: Fri, 20 Sep 2024 17:00:30 -0400 Subject: [PATCH] fix --- e2e_test/source/cdc/cdc.share_stream.slt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e_test/source/cdc/cdc.share_stream.slt b/e2e_test/source/cdc/cdc.share_stream.slt index 6c83069f76a0..838d06d6b3d9 100644 --- a/e2e_test/source/cdc/cdc.share_stream.slt +++ b/e2e_test/source/cdc/cdc.share_stream.slt @@ -302,7 +302,7 @@ CREATE TABLE partitioned_timestamp_table_2023_shared( c_boolean boolean, c_timestamp timestamp, PRIMARY KEY (c_int, c_timestamp) -) from pg_source table 'public.partitioned_timestamp_table_2023_shared'; +) from pg_source table 'public.partitioned_timestamp_table_2023'; statement ok CREATE MATERIALIZED VIEW person_new_cnt AS SELECT COUNT(*) AS cnt FROM person_new;