File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change 77# the Business Source License, use of this software will be governed
88# by the Apache License, Version 2.0.
99
10- # TODO: Reenable when https://github.com/MaterializeInc/database-issues/issues/8636 is fixed
11- $ skip-if
12- SELECT true
13-
1410$ set-arg-default single-replica-cluster=quickstart
1511
1612> CREATE CONNECTION kafka_conn
@@ -116,11 +112,6 @@ contains:canceling statement due to user request
116112# There is a meaningful difference in having an object created after the sink
117113# already exists, see incident-131:
118114> CREATE TABLE created_post_alter (created_post_name string, created_post_value int);
119- # This value should be ignored by the sink because the alter will happen after
120- # this record has been inserted and we don't re-emit a snapshot of the new
121- # collection when it changes.
122- > INSERT INTO created_post_alter VALUES ('ignored', 0);
123- > INSERT INTO created_post_alter VALUES ('ignored2', 1);
124115
125116> ALTER SINK sink SET FROM created_post_alter;
126117
You can’t perform that action at this time.
0 commit comments