You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
alamb
changed the title
Parquet SnappyCodec Tramples Existing Data in Decompressed Buffer
Parquet Snappy Codec Tramples Existing Data in Decompressed Buffer
Jun 7, 2022
* Don't trample existing data on snappy decompress (#1806)
* Review feedback
alamb
changed the title
Parquet Snappy Codec Tramples Existing Data in Decompressed Buffer
Parquet Snappy Codec overwrites Existing Data in Decompression Buffer
Jun 9, 2022
Describe the bug
Calling
SnappyCodec::decompress
with a non-emptyoutput_buf
will trample any data that already exists in the buffer.To Reproduce
Calling
SnappyCodec::decompress
with a non-emptyoutput_buf
will trample any data that already exists in the buffer.Expected behavior
It should append to the end of the passed
Vec
The text was updated successfully, but these errors were encountered: