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
Given a specific (valid, albeit odd) JSON schema, kwack will generate invalid SQL, which will then lead to
java.lang.RuntimeException: Could not execute DDL: CREATE TABLE IF NOT EXISTS "my-topic" (rowkey VARCHAR NULL, "extensions" STRUCT() NOT NULL, rowinfo rowinfo)
Caused by: java.sql.SQLException: Parser Error: syntax error at or near ")"
In the SQL note the STRUCT() - this is triggered by an object without any properties.
Given a specific (valid, albeit odd) JSON schema,
kwack
will generate invalid SQL, which will then lead toIn the SQL note the
STRUCT()
- this is triggered by an object without any properties.The text was updated successfully, but these errors were encountered: