tustvold commented on PR #3872: URL: https://github.com/apache/arrow-rs/pull/3872#issuecomment-1553252899
The page header contains the encoding, either `Encoding::RLE` or `Encoding::BIT_PACKED`, based on this you can select either to use `RleDecoder` or `BitReader`, which should do what you require. This is why LevelDecoder is no longer used, it is redundant. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
