You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Ashish Thusoo (JIRA)" <ji...@apache.org> on 2008/12/01 18:25:44 UTC

[jira] Resolved: (HIVE-8) Hive: DynamicSerDe to support struct inside array/map

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

Ashish Thusoo resolved HIVE-8.
------------------------------

    Resolution: Fixed

Marking this as resolved as this has already been fixed. Zheng please confirm.

> Hive: DynamicSerDe to support struct inside array/map
> -----------------------------------------------------
>
>                 Key: HIVE-8
>                 URL: https://issues.apache.org/jira/browse/HIVE-8
>             Project: Hadoop Hive
>          Issue Type: Bug
>            Reporter: Zheng Shao
>
> We should allow users to create types and use those types in dynamic serde.
> In this way we can support:
> CREATE TYPE friend_information (
>   friend_id int,
>   friend_name string
> );
> CREATE TABLE user_information {
>   user_id int,
>   user_name string,
>   friends array<friend_information>
> );
> Or support in-place declaration:
> CREATE TABLE user_information {
>   user_id int,
>   user_name string,
>   friends array<TYPE user_information(friend_id int,  friend_name string) >
> );

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