Skip to content

Commit

Permalink
fix e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
Rossil2012 committed Feb 7, 2024
1 parent 6e1a471 commit 3603a6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e_test/schema_registry/alter_sr.slt
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ ALTER TABLE t_user FORMAT PLAIN ENCODE PROTOBUF(
statement ok
CREATE MATERIALIZED VIEW t_user_ds_2 AS SELECT t_user.age FROM t_user;

statement ok
statement error unable to drop the column due to being referenced by downstream materialized views or sinks
ALTER TABLE t_user FORMAT PLAIN ENCODE PROTOBUF(
schema.registry = 'http://message_queue:8081',
message = 'test.User'
Expand Down

0 comments on commit 3603a6f

Please sign in to comment.