Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

String in Hive is serialized by first extracting the underlying bytes of string and then serializing them. Binary type will just piggyback on it and will reuse the same code.

Transform Scripts:

Wiki MarkupAs with other types, binary data will be sent to transform script in String form. byte\[\] will be first encoded in Base64 format and then a String will be created and sent to the script.         

Supported Serde:

ColumnarSerde
BinarySortableSerde
LazyBinaryColumnarSerde  
LazyBinarySerde
LazySimpleSerde

Group-by and unions will be supported on columns with 'binary' type

JIRA:

https://issues.apache.org/jira/browse/HIVE-2380Image Removed