Hive-JSON-Serde icon indicating copy to clipboard operation
Hive-JSON-Serde copied to clipboard

Fix primitive serialization

Open koboldunderlord opened this issue 8 years ago • 0 comments

Attempt #2.

Hive handles primitive types using the base Hadoop writable rather than its own during joins, which means that in order to use the proper DoubleWritable class from Hive you have to actually return an object of the appropriate type in JsonSerDe.serializeField instead of a primitive.

koboldunderlord avatar Aug 29 '16 22:08 koboldunderlord