We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It is really awkward to request this feature since lz4 is deprecated in parquet2, but unfortunately:
lz4
parquet2
We have some legacy data that have been written using the legacy lz4 compression algo, and backward compatibility is a must for us
Although we have an internal patched branch of parquet2 as a workaround, a "vanilla version" of parquet2 is much much more preferred
Thus: Is it possible that parquet2 supports legacy lz4 decompression? (It is fully understandable that if this FR and the accompanied PR are rejected)
The text was updated successfully, but these errors were encountered:
We should definitely support it - I just did not have the time yet to work on this :( Would you be able/willing to work on it?
See also jorgecarleitao/arrow2#954
Sorry, something went wrong.
Would you be able/willing to work on it?
Yeah, please take a look at PR
looking forward to your feedback :)
Closed by #151
No branches or pull requests
It is really awkward to request this feature since
lz4
is deprecated inparquet2
, but unfortunately:We have some legacy data that have been written using the legacy
lz4
compression algo, and backward compatibility is a must for usAlthough we have an internal patched branch of
parquet2
as a workaround, a "vanilla version" ofparquet2
is much much more preferredThus: Is it possible that
parquet2
supports legacy lz4 decompression? (It is fully understandable that if this FR and the accompanied PR are rejected)The text was updated successfully, but these errors were encountered: