Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Because decimal was added in Hive 0.11 with no maximum precision, the ORC encoding for decimal uses arbitrary var ints. Since Hive 0.12, the maximum precision for decimals fits in 128 bits and thus we can use a much better encoding using the long rle.
Attachments
Issue Links
- is duplicated by
-
ORC-209 Add Decimal64 Serialization/Deserialization (Part 1)
- Resolved
- links to