mapleFU commented on issue #35423:
URL: https://github.com/apache/arrow/issues/35423#issuecomment-1534181579

   I've found out the reason, I think it's not related to ByteStreamSplit, it's 
caused by `page.size()`, page reuse one buffer when ReadNextPage, and it `size` 
might be greater than expect size( `page.uncompressed_size()` ). However, 
ByteStreamSplit could expose that problem because it checks the boundary


-- 
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]

Reply via email to