-
Notifications
You must be signed in to change notification settings - Fork 252
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
NullPointerException while reading a compressed file #174
Comments
Thanks for reporting this. What version of lz4-java are you using? |
Thanks @odaira |
One way that I was able to reproduce this is by passing an empty file. In this case |
@MarcoBerlot These are the versions of your Java runtime, but I would like to know the version of lz4-java you are using.
Doesn't your application include a jar file named lz4-java-x.y.z.jar, like lz4-java-1.7.1.jar? Then x.y.z is the version of lz4-java. |
@odaira sorry, I did not read it correctly. I'm using version 1.4 |
Describe the bug
Null pointer exception being thrown while attempting to read lz4 file.
Expected behavior
The file should be properly uncompressed and read.
To Reproduce
Unfortunately I can't provide steps to reproduce since this has happened in our production environment. Here's the function that is reading the lz4 files
System (please complete the following information):
The text was updated successfully, but these errors were encountered: