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
Create a function that verifies whether a table's schema includes key and val with both fields are defined as BYTES data type. If the table has this schema definition, then apply the schema supplied to the function. #606
I discovered that when a Kafka topic is created via Terraform without a defined schema attached, Flink will automatically associate one by default. This is particularly troublesome when the table is linked to a sink topic. When inserting records into that topic, I encountered a mismatch error between the query schema and the sink schema, which resulted in the Flink Job failing.