-
Notifications
You must be signed in to change notification settings - Fork 752
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
Bump parquet2
to 0.10.3 & replace compression algo LZ4 with LZ4Raw
#4668
Comments
parquet2
to 10.0.3 & replace compression algo LZ4 with LZ4Raw parquet2
to 0.10.3 & replace compression algo LZ4 with LZ4Raw
#4689 have upgrade parquet2 to the latest version:
|
there are some inconsistencies between the parquet2 v0.10.3 published in crates.io and the version of GitHub (I do not know why), the crates
even worse, some data types exported by I am trying to resolve the conflicts. |
@jorgecarleitao Perhaps can help here, thanks. |
Thanks for the ping!
It seems that you are depending on the latest parquet2. There are some breaking changes from 0.10 to the current main / future 0.11. That may explain the conflicts. |
@jorgecarleitao Thank you for your detailed explanations!
May I ask if there was a near-future plan for version 0.11? and will crate |
Ahhh, got it. I am finishing the necessary changes in arrow2 to add support page filter offsets, since parquet2 adds support for that. I suspect that it should be ready within 2-3 weeks |
@jorgecarleitao roger & thanks |
Seems thatpyarrow
no longer supports LZ4 (which is replaced by LZ4_RAW)Seems that there are some compatibility issues (pyarrow do support LZ4, as the error message indicates clearly)
https://lists.apache.org/thread/l15qq12v38w9jnkd6p9mdd11kr0nq3gr
maybe LZ4_RAW should be used
https://issues.apache.org/jira/browse/PARQUET-2032
Originally posted by @dantengsky in #4654 (comment)
The text was updated successfully, but these errors were encountered: