[
https://issues.apache.org/jira/browse/FLINK-24579?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sergey Nuyanzin closed FLINK-24579.
-----------------------------------
Resolution: Fixed
I'm closing this issue as after merging of
[https://github.com/apache/flink/pull/17405]
it is not reproduced anymore
> 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
> Priority: Major
> Labels: pull-request-available
>
> 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.20.1#820001)