Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Impala 2.8.0
-
None
Description
To speed up parquet decoding we need fast bit unpacking functions, e.g. along the lines of https://github.com/lemire/FrameOfReference
Our current BitReader unpacks a value at a time and has a lot of unnecessary branches and other calculations.