[
https://issues.apache.org/jira/browse/HIVE-603?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Zheng Shao updated HIVE-603:
----------------------------
Attachment: HIVE-603.2.patch
Added the case when the map key is null. Also removed the JPOX line.
We do support map of map, or list of list, or map of list of map, and so on.
From the code I don't see a strong need for adding tests like that since we
already have tests for some of the 2 levels. What do you think?
> 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, HIVE-603.2.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.