Travis Crawford created HCATALOG-472:
----------------------------------------

             Summary: HCatalog should use Deserializer in the read path instead 
of SerDe
                 Key: HCATALOG-472
                 URL: https://issues.apache.org/jira/browse/HCATALOG-472
             Project: HCatalog
          Issue Type: Bug
            Reporter: Travis Crawford
            Assignee: Travis Crawford


Hive provides the SerDe interface for serializing & deserializing records for 
the given partition. However, its entirely valid to have only one of those 
interfaces implemented; for example, ThriftDeserializer only implements 
Deserializer.

HCatalog should only expect a Deserializer in the read path, as that's all 
that's necessary to read records (Hive already does this).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to