[
https://issues.apache.org/jira/browse/FLINK-25366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Timo Walther closed FLINK-25366.
--------------------------------
Fix Version/s: 1.15.0
Resolution: Fixed
Fixed in master: 19bc18100802e8e5a56c5ce08e985d589db81838
> 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
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.15.0
>
>
> 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)