Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
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).
Attachments
Attachments
Issue Links
- blocks
-
HCATALOG-491 Add thrift read support to HCatalog
- Open