[ 
https://issues.apache.org/jira/browse/HIVE-603?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12726710#action_12726710
 ] 

Prasad Chakka commented on HIVE-603:
------------------------------------

looks like grammer supports types like map of maps 'map<string, map<string, 
string>>. If we do support it, can you add a column of that type as well. also 
can you add NULLs in the input data. (for map keys as well, if we support NULL 
key).

 'log4j.category.JPOX=ERROR,DRFA' can be removed from hive-log4j.properties

otherwise code looks good. 

> Create table with complex types
> -------------------------------
>
>                 Key: HIVE-603
>                 URL: https://issues.apache.org/jira/browse/HIVE-603
>             Project: Hadoop Hive
>          Issue Type: New Feature
>    Affects Versions: 0.3.0, 0.3.1
>            Reporter: Zheng Shao
>            Assignee: Zheng Shao
>         Attachments: HIVE-603.1.patch
>
>
> Here is an example:
> {code}
> CREATE TABLE mytable (
> listofmap array<map<string,string>>,
> mapoflist map<string,array<string>>
> );
> {code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to