You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Ratandeep Ratti (JIRA)" <ji...@apache.org> on 2015/03/04 10:06:04 UTC

[jira] [Created] (HIVE-9851) org.apache.hadoop.hive.serde2.avro.AvroSerializer should use org.apache.avro.generic.GenericData.Array when serializing a list

Ratandeep Ratti created HIVE-9851:
-------------------------------------

             Summary: org.apache.hadoop.hive.serde2.avro.AvroSerializer should use org.apache.avro.generic.GenericData.Array when serializing a list
                 Key: HIVE-9851
                 URL: https://issues.apache.org/jira/browse/HIVE-9851
             Project: Hive
          Issue Type: Bug
          Components: Hive, Serializers/Deserializers
            Reporter: Ratandeep Ratti


Currently AvroSerializer uses java.util.ArrayList for serializing a list in Hive.
This causes problems when we need to convert the avro object into some other representation say a tuple in Pig.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)