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
When creating a new stream in AVRO or JSON format from a source stream defined as DELIMITED with an explicit delimiter set with VALUE_DELIMITER, the CSAS statement fails with error Delimeter only supported with DELIMITED format
To Reproduce
Problem occurs in ksqlDB 0.6.0 and newer CP 5.4.0-SNAPSHOT versions.
Step 1: Create source stream as DELIMITED with an explicit VALUE_DELIMITER:
Describe the bug
When creating a new stream in
AVRO
orJSON
format from a source stream defined asDELIMITED
with an explicit delimiter set withVALUE_DELIMITER
, the CSAS statement fails with errorDelimeter only supported with DELIMITED format
To Reproduce
Problem occurs in ksqlDB 0.6.0 and newer CP 5.4.0-SNAPSHOT versions.
Step 1: Create source stream as
DELIMITED
with an explicitVALUE_DELIMITER
:Step 2: Insert a record into the source topic:
Step 3: Try to create a new derived stream in JSON format from
csv_stream
:Expected behavior
In the example above,
json_stream
should successfully be created and convert records from CSV to JSON format in the output stream.Actual behaviour
Exception occurs when executing the CSAS statement:
Note: there's also a typo in the error message. Should say
Delimiter
instead ofDelimeter
.The text was updated successfully, but these errors were encountered: