-
Notifications
You must be signed in to change notification settings - Fork 106
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
Decompress Chunk Truncated error #99
Comments
Also when I try to use it within my script it fails saying:
However I have a bytes like object:
|
how did you make the file? |
It is compressed in S3, then I download it. |
How was is created? |
It is fed through Firehose and then the Firehose handles the compression. |
So, this library has three decompress functions, you should try each. Otherwise, you will need to get the detail of what firehose is doing for you. This isn't a parquet file, right? |
No, it isn't parquet. As per the information for Firehose it says
So I have tried |
Sorry, that doesn't give us much to work from. Also, don't forget |
It just means that is compresses into a specified format, with the ability to choose from:
|
This is the only thing that didn't throw an error, however it returns an empty bytes string. But when I use the mac |
Also there is still the issue of this. Not too sure why all methods are not working, but as have mentioned I am able to use |
You meant stream_decompress ? |
Yes, it still doesn't work, throws me
I am just going to use a |
Sorry, I don't have any more suggestions for you. Perhaps someone else does. |
No problem, thank you for the guidance anyways. My colleague was having the same issue with |
Anyone with any ideas for this? |
I have this issue as well. Any feedback is appreciated. |
You might want to try the package |
Sorry to bother you, but I ave the same problem trying to read Kinesis Firehose snappy file. Regards |
Just released one, |
I have tried to follow the readme and write this line from my REPL like so:
However I get the error
UncompressError: chunk truncated
The text was updated successfully, but these errors were encountered: