Skip to content

Conversation

@dentiny
Copy link
Contributor

@dentiny dentiny commented Oct 15, 2025

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.

@dentiny dentiny force-pushed the hjiang/upgrade-arrow-parquet branch 2 times, most recently from d13b1ff to dc4cf9b Compare October 15, 2025 04:36
.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 {
Copy link
Contributor Author

@dentiny dentiny Oct 15, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Old API already deprecated
image

datafusion = "48.0.1"
datafusion-cli = "48.0.1"
datafusion-sqllogictest = "48.0.1"
datafusion = "50.0"
Copy link
Contributor Author

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

@liurenjie1024
Copy link
Contributor

This conflicts with #1704 , let's hold before #1704 got merged.

@dentiny
Copy link
Contributor Author

dentiny commented Oct 15, 2025

This conflicts with #1704 , let's hold before #1704 got merged.

Oh sorry I didn't notice that, thanks for the info!

@mbutrovich
Copy link
Contributor

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

@dentiny
Copy link
Contributor Author

dentiny commented Oct 15, 2025

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
I think the version I'm updating to comes from delta-rs

@Xuanwo
Copy link
Member

Xuanwo commented Oct 28, 2025

block has been removed, sorry for the wait.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Upgrade arrow and parquet dependency

4 participants