Description
If I want to write binary data to the HCatRecord I must write using org.apache.hadoop.hive.serde2.lazy.ByteArrayRef. This is the only case in HCatRecord that doesn't use a Java native type. It would be nice if I could pass in a byte[] directly.
Attachments
Attachments
Issue Links
- is duplicated by
-
HCATALOG-455 Fix HCatalog breakage due to Hive change from ByteArrayRef to byte[]
- Resolved
- relates to
-
HCATALOG-441 add getBinary calls to HCatRecord
- Closed