anliakho2 opened a new issue #1458: URL: https://github.com/apache/arrow-rs/issues/1458
**Describe the bug** Some parquet writers produce RLE encoded dictionaries with bit packing even if value count is not divisible by 8. This violates the assumption decoder makes about the number of values present in the bit-packed run, causing infinite loop and hang. **To Reproduce** Attempt to read parquet file where number of values is not power of 2 but RLE encoding with bit packing was used. **Expected behavior** File should be read correctly. **Additional context** -- 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]
