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

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

     [ https://issues.apache.org/jira/browse/IMPALA-9497?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gabor Kaszab updated IMPALA-9497:
---------------------------------
    Description: 
This covers collections: Array, Map
 Expected printout format:
 Array: [null,1,2,null,3,null]
 Map:   \{"k1":2,"k2":null}

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


> 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
>            Priority: Major
>
> 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)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org