Sergey Nuyanzin created FLINK-24579: ---------------------------------------
Summary: FlinkSQL does not print correctly content of arrays nested into maps Key: FLINK-24579 URL: https://issues.apache.org/jira/browse/FLINK-24579 Project: Flink Issue Type: Bug Components: Table SQL / Client Affects Versions: 1.14.0 Reporter: Sergey Nuyanzin Some samples of queries to reproduce {code:sql} select map[array[2], 1]; select map[1, array[2]]; select map[array['q'], array[2]]; {code} -- This message was sent by Atlassian Jira (v8.3.4#803005)