Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
KeXiangWang committed Jun 25, 2024
1 parent 4dd0762 commit 0384936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e_test/source/cdc_paid/cdc.share_stream.slt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ CREATE SOURCE mssql_source WITH (
statement error Should not create MATERIALIZED VIEW or SELECT directly on shared CDC source
create materialized view mv as select * from mssql_source;

statement error The upstream table name must contain database name prefix*
statement error The upstream table name must contain schema name prefix*
CREATE TABLE shared_orders (
order_id INT,
order_date BIGINT,
Expand Down

0 comments on commit 0384936

Please sign in to comment.