rambleraptor opened a new pull request, #8888: URL: https://github.com/apache/arrow-rs/pull/8888
# fix: Prevent panic in DeltaBitPackDecoder with zero mini_blocks_per_block This change introduces a check to prevent a division-by-zero panic in `DeltaBitPackDecoder` if `mini_blocks_per_block` is zero. This can happen with malformed data. A test case is added to ensure the error is handled gracefully. -- 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]
