[ https://issues.apache.org/jira/browse/FLINK-6591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Flink Jira Bot updated FLINK-6591: ---------------------------------- Labels: stale-major (was: ) > 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)