[
https://issues.apache.org/jira/browse/FLINK-15968?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17328055#comment-17328055
]
Flink Jira Bot commented on FLINK-15968:
----------------------------------------
This major issue is unassigned and itself and all of its Sub-Tasks have not
been updated for 30 days. So, it has been labeled "stale-major". If this ticket
is indeed "major", please either assign yourself or give an update. Afterwards,
please remove the label. In 7 days the issue will be deprioritized.
> LegacyTypeInfoDataTypeConverter should support conversion from
> BINARY/VARBINARY to BYTE_PRIMITIVE_ARRAY_TYPE_INFO
> -----------------------------------------------------------------------------------------------------------------
>
> Key: FLINK-15968
> URL: https://issues.apache.org/jira/browse/FLINK-15968
> Project: Flink
> Issue Type: Bug
> Components: Table SQL / Legacy Planner, Table SQL / Planner
> Affects Versions: 1.11.0
> Reporter: Zhenghua Gao
> Priority: Major
> Labels: stale-major
>
> Currently LegacyTypeInfoDataTypeConverter only support conversion between
> DataTypes.BYTES and BYTE_PRIMITIVE_ARRAY_TYPE_INFO. When we update connectors
> to new type system, we need to convert BINARY(p) or VARBINARY(p) to
> BYTE_PRIMITIVE_ARRAY_TYPE_INFO. A similar logic has been implemented for
> CHAR/VARCHAR type.
> The Hive connector achieve this via depending blink planner‘s conversion
> logic, which is odd because a planner dependency won't be necessary for
> connectors.
>
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)