Marios Trivyzas created FLINK-25366:
---------------------------------------
Summary: Enforce BINARY/VARBINARY precision when outputing to a
Sink
Key: FLINK-25366
URL: https://issues.apache.org/jira/browse/FLINK-25366
Project: Flink
Issue Type: Bug
Components: Table SQL / Planner, Table SQL / Runtime
Reporter: Marios Trivyzas
Assignee: Marios Trivyzas
When a column is declared with *BINARY/VARBINARY* with a specific length, i.e.
*BINARY(10)* a sink that would require following this precision strictly (like
a relational DB) would throw errors if the records received exceed this limit.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)