[
https://issues.apache.org/jira/browse/FLINK-6591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17336751#comment-17336751
]
Flink Jira Bot commented on FLINK-6591:
---------------------------------------
This issue was labeled "stale-major" 7 ago and has not received any updates so
it is being deprioritized. If this ticket is actually Major, please raise the
priority and ask a committer to assign you the issue or revive the public
discussion.
> Extend functionality of final ConversionMapper
> ----------------------------------------------
>
> Key: FLINK-6591
> URL: https://issues.apache.org/jira/browse/FLINK-6591
> Project: Flink
> Issue Type: Improvement
> Components: Table SQL / API
> Affects Versions: 1.3.0
> Reporter: Timo Walther
> Priority: Major
> Labels: stale-major
>
> The functionality of the ConversionMapper generated in
> {{TableEnvironment#generateRowConverterFunction}} is very limited right now:
> - It does not support conversion of nested Row types, e.g. a nested
> Avro-record can be read with the KafkaAvroTableSource into a nested row
> structure, but this structure can not be converted back into a Pojo or Avro
> structure. The code generator needs to be extended for this.
> - The Table API supports BasicTypeInfo (e.g. {{Integer[]}}) as an input
> field, but since it works with ObjectTypeInfo internally, it cannot output
> the array. I disabled the test
> {{TableEnvironmentITCase#testAsFromTupleToPojo}} for now.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)