pitrou opened a new pull request, #48235: URL: https://github.com/apache/arrow/pull/48235
### Rationale for this change The original change from `data_size` to `data_size - 4` was made by me in https://github.com/apache/arrow/pull/6848 and it was probably based on a misunderstanding, or just blindly copying the similar check for `Encoding::RLE` (which, unlike `Encoding::BIT_PACKED`, does have a 4-byte length header). ### Are these changes tested? Yes, by existing CI tests. ### Are there any user-facing changes? No, just a potential bugfix for an unlikely case. -- 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]
