-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PUT appends empty bytes to the end of files #478
Comments
This doesn't seem to happen always, but it does occur with various file sizes. |
Seeing this as well with PUT JSON files, every attempt thus far. Example query:
Reported error on trying to use it:
|
Investigating this. Will update soon. |
This has been addressed and merged. It is available in the newest release. @tampajohn @jgraettinger |
Issue description
When executing a PUT on a parquet file (83620KB) 32KB of 0x00 bytes are written to the end of the file. This causes issues with parquet as it's expecting parquet's magic bytes footer.
Tell us what should happen and what happens instead
Ignoring compression, the file uploaded should contain the same content.
Example code
Error log
No errors on PUT
Configuration
Driver version (or git SHA): v1.6.1
Go version: go1.17.1 linux/amd64
Server version: 5.34.1
The text was updated successfully, but these errors were encountered: