You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This currently does fail after #4717 but the error message is not very user friendly. This should fall into the same category as #4647 so I'm closing this as a duplicate.
ksql> CREATE STREAM foo_one (id VARCHAR) WITH (kafka_topic='foo', value_format='PROTOBUF', partitions=1);
Message
----------------
Stream created
----------------
ksql> CREATE STREAM bar_two (id VARCHAR) WITH (kafka_topic='foo', value_format='AVRO', partitions=1);
Could not register schema for topic.
Given an Avro schema in the schema registry, a statement that uses schema inference and a different format should fail, e.g.
The text was updated successfully, but these errors were encountered: