You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Gabor Kaszab (Jira)" <ji...@apache.org> on 2020/03/13 14:39:00 UTC

[jira] [Created] (IMPALA-9497) Allow Collection types in SELECT list for ORC tables

Gabor Kaszab created IMPALA-9497:
------------------------------------

             Summary: Allow Collection types in SELECT list for ORC tables
                 Key: IMPALA-9497
                 URL: https://issues.apache.org/jira/browse/IMPALA-9497
             Project: IMPALA
          Issue Type: New Feature
            Reporter: Gabor Kaszab


This covers collections: Array, Map
Expected printout format:
Array:  [null,1,2,null,3,null]
Map:    {"k1":2,"k2":null}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)