You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Marios Trivyzas (Jira)" <ji...@apache.org> on 2021/12/17 13:52:00 UTC

[jira] [Created] (FLINK-25366) Enforce BINARY/VARBINARY precision when outputing to a Sink

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)