Skip to content

Commit 45bfcf2

Browse files
authored
Merge pull request #34284 from def-/pr-main-alter-sink
tests: Fix alter-sink.td test, expect error
2 parents ff30d9b + 128e866 commit 45bfcf2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/testdrive/alter-sink.td

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,3 @@ $ sleep-is-probably-flaky-i-have-justified-my-need-with-a-comment duration=10s
124124

125125
$ kafka-verify-data format=json sink=materialize.public.sink key=false
126126
{"before": null, "after": {"created_post_name": "hundred", "created_post_value": 99}}
127-
128-
> CREATE TABLE t (s text)
129-
> CREATE VIEW v AS SELECT s, 1 FROM t
130-
> ALTER SINK sink SET FROM v

0 commit comments

Comments
 (0)