tustvold opened a new issue, #1806: URL: https://github.com/apache/arrow-rs/issues/1806
**Describe the bug** Calling `SnappyCodec::decompress` with a non-empty `output_buf` will trample any data that already exists in the buffer. **To Reproduce** Calling `SnappyCodec::decompress` with a non-empty `output_buf` will trample any data that already exists in the buffer. **Expected behavior** It should append to the end of the passed `Vec` -- 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]
