You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Joydeep Sen Sarma (JIRA)" <ji...@apache.org> on 2008/12/14 05:36:44 UTC

[jira] Created: (HIVE-175) support for member fields of Java type 'Set' in ReflectionObjectInspector

support for member fields of Java type 'Set' in ReflectionObjectInspector
-------------------------------------------------------------------------

                 Key: HIVE-175
                 URL: https://issues.apache.org/jira/browse/HIVE-175
             Project: Hadoop Hive
          Issue Type: Bug
          Components: Serializers/Deserializers
            Reporter: Joydeep Sen Sarma
            Priority: Critical


we currently don't support instances of java.util.Set inside java objects returned by deserializers. 

Unless people think otherwise - i think we can just fake a set as a list (so that indexing and other operations on lists continue to work). 

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


[jira] Assigned: (HIVE-175) support for member fields of Java type 'Set' in ReflectionObjectInspector

Posted by "Joydeep Sen Sarma (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joydeep Sen Sarma reassigned HIVE-175:
--------------------------------------

    Assignee: Joydeep Sen Sarma

> support for member fields of Java type 'Set' in ReflectionObjectInspector
> -------------------------------------------------------------------------
>
>                 Key: HIVE-175
>                 URL: https://issues.apache.org/jira/browse/HIVE-175
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Serializers/Deserializers
>            Reporter: Joydeep Sen Sarma
>            Assignee: Joydeep Sen Sarma
>            Priority: Critical
>
> we currently don't support instances of java.util.Set inside java objects returned by deserializers. 
> Unless people think otherwise - i think we can just fake a set as a list (so that indexing and other operations on lists continue to work). 

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