pitrou opened a new issue, #48112: URL: https://github.com/apache/arrow/issues/48112
### Describe the enhancement requested In the PLAIN BYTE_ARRAY decoder, we currently use the remaining data bytes in the page as an estimate of the number of binary bytes that will be decoded. However, we know the number of values to decode and we know that each value has a 4-byte header, so we can use a more accurate estimate. ### Component(s) C++, Parquet -- 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]
