[
https://issues.apache.org/jira/browse/FLINK-24579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17432549#comment-17432549
]
Francesco Guardiani commented on FLINK-24579:
---------------------------------------------
Hi! Thanks for the PR but we are already extensively reworking the PrintUtils
class to unify the code with the casting provided by the runtime, here are the
details: https://issues.apache.org/jira/browse/FLINK-21456
> 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.3.4#803005)