Gyula Fora created FLINK-17442:
----------------------------------
Summary: Cannot convert String or boxed-primitive arrays to DataStream using TypeInformation
Key: FLINK-17442
URL:
https://issues.apache.org/jira/browse/FLINK-17442 Project: Flink
Issue Type: Sub-task
Components: Table SQL / Planner
Affects Versions: 1.10.0
Reporter: Gyula Fora
It seems to be impossible to convert String or boxed primitive array types from table back to DataStream by specifying type info (inside a Tuple for instance).
We get the following error:
Query schema: [f0: ARRAY<STRING>]
Sink schema: [f0: LEGACY('ARRAY', 'ANY<[Ljava.lang.String;,....
--
This message was sent by Atlassian Jira
(v8.3.4#803005)