-
Notifications
You must be signed in to change notification settings - Fork 338
Upgrade parquet and arrow #1747
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
base: main
Are you sure you want to change the base?
Conversation
d13b1ff to
dc4cf9b
Compare
| .with_column_indexes(self.preload_column_index) | ||
| .with_page_indexes(self.preload_page_index) | ||
| .with_offset_indexes(self.preload_offset_index); | ||
| .with_column_index_policy(if self.preload_column_index { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| datafusion = "48.0.1" | ||
| datafusion-cli = "48.0.1" | ||
| datafusion-sqllogictest = "48.0.1" | ||
| datafusion = "50.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
datafusion v50 already updates to the latest arrow and parquet
|
Can we go straight to 50.2? It should not have API breakages. I just did this for Comet and it was painless, though Comet does not use the DataFusion front-end. apache/datafusion-comet#2575 |
Thanks for the info, will check after df upgrade |
|
block has been removed, sorry for the wait. |

Which issue does this PR close?
What changes are included in this PR?
This PR upgrades parquet and arrow to the v56.0, which is compatible with delta-rs
https://github.com/delta-io/delta-rs/blob/d950bf2193229be1fbd5e069b9f8ce68ddef6a13/Cargo.toml#L37-L49
Are these changes tested?
This PR should be a no-op change, existing tests should be enough.