[ 
https://issues.apache.org/jira/browse/FLINK-8179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17328694#comment-17328694
 ] 

Flink Jira Bot commented on FLINK-8179:
---------------------------------------

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.

> Convert CharSequence to String when registering / converting a Table
> --------------------------------------------------------------------
>
>                 Key: FLINK-8179
>                 URL: https://issues.apache.org/jira/browse/FLINK-8179
>             Project: Flink
>          Issue Type: Improvement
>          Components: Table SQL / API
>    Affects Versions: 1.5.0
>            Reporter: Fabian Hueske
>            Priority: Major
>              Labels: stale-major
>
> Avro objects store text values as `java.lang.CharSequence`. Right now, these 
> fields are treated as `ANY` type by Calcite (`GenericType` by Flink). So, 
> importing a `DataStream` or `DataSet` of Avro objects results in Table where 
> the text values cannot be used as String fields.
> We should convert `CharSequence` fields to `String` when importing / 
> converting to a Table.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to