MassivePizza commented on PR #10345: URL: https://github.com/apache/arrow-rs/pull/10345#issuecomment-5022587991
And to explain the `Cursor` "issue" a bit better; it exposes the entire spare capacity of Vec to the decompressor, which can lead to decompression of more than we request. `decompress(...) -> Vec` can exhibit this as well if the internal `Vec::with_capacity(x)` allocates more than `x`. -- 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]
