Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.9.0
-
None
-
None
-
Incompatible change
-
Description
PrimitiveObjectInspector.getPrimitiveJavaObject is supposed to return a java object. But in case of binary datatype, it returns ByteArrayRef (not java standard type). The suitable java object for it would be byte[].
Attachments
Attachments
Issue Links
- relates to
-
HIVE-3266 Hive queries over thrift binary fields fail
- Resolved