[
https://issues.apache.org/jira/browse/FLINK-8183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-8183:
----------------------------------
Labels: stale-major (was: )
> Add native Avro type support to the Table API & SQL
> ---------------------------------------------------
>
> Key: FLINK-8183
> URL: https://issues.apache.org/jira/browse/FLINK-8183
> Project: Flink
> Issue Type: New Feature
> Components: Table SQL / Ecosystem
> Reporter: Timo Walther
> Priority: Major
> Labels: stale-major
>
> Avro types can pass the Table API, however, there should be a more native
> support in order to have the best user experience. This issue is an umbrella
> issue for tasks that would improve the handling of Avro types:
> Improvements could be:
> - Create a Avro type information that is created from an Avro schema that
> maps to all supported Table API types (full knowledge about key and values of
> lists, maps, and union types instead of {{GenericType}})
> - Convert {{Utf8}} (even in nested Avro types) to string when entering the
> Table API and convert it back if necessary
> - Add scalar functions to change certain values (e.g.,
> {{select('avroRecord.set("name", "Bob").set("age", 12))}}). This is in
> particular useful when a type has a lot of fields.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)