You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Zheng Shao (JIRA)" <ji...@apache.org> on 2009/10/20 00:01:59 UTC

[jira] Updated: (HIVE-775) Hive to support "Set" type

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

Zheng Shao updated HIVE-775:
----------------------------

    Description: 
Thrift supports a type "set" which maps to "java.util.Set". Hive should support this as well.

We can either add "set" to "array", "struct", "map", or we can just treat "set" as an "array" which will be easier to do.

This is blocking Hive from doing "SELECT *" on some tables defined by thrift, because thrift supports "set" right now.


  was:
Thrift supports a type "set" which maps to "java.util.Set". Hive should support this as well.

We can either add "set" to "array", "struct", "map", or we can just treat "set" as an "array" which will be easier to do.


     Issue Type: Bug  (was: New Feature)

> Hive to support "Set" type
> --------------------------
>
>                 Key: HIVE-775
>                 URL: https://issues.apache.org/jira/browse/HIVE-775
>             Project: Hadoop Hive
>          Issue Type: Bug
>    Affects Versions: 0.5.0
>            Reporter: Zheng Shao
>
> Thrift supports a type "set" which maps to "java.util.Set". Hive should support this as well.
> We can either add "set" to "array", "struct", "map", or we can just treat "set" as an "array" which will be easier to do.
> This is blocking Hive from doing "SELECT *" on some tables defined by thrift, because thrift supports "set" right now.

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