You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Sergey Nuyanzin (Jira)" <ji...@apache.org> on 2021/10/18 16:13:00 UTC

[jira] [Created] (FLINK-24579) FlinkSQL does not print correctly content of arrays nested into maps

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)