Upgrade arrow-rs, parquet to 54.0.0 and pyo3 to 0.23.3#14153
Merged
alamb merged 2 commits intoapache:mainfrom Jan 17, 2025
Merged
Upgrade arrow-rs, parquet to 54.0.0 and pyo3 to 0.23.3#14153alamb merged 2 commits intoapache:mainfrom
54.0.0 and pyo3 to 0.23.3#14153alamb merged 2 commits intoapache:mainfrom
Conversation
comphead
reviewed
Jan 16, 2025
Contributor
comphead
left a comment
There was a problem hiding this comment.
Thanks @Owen-CH-Leung for your contribution, triggering the build
alamb
approved these changes
Jan 16, 2025
Contributor
alamb
left a comment
There was a problem hiding this comment.
Thank you @Owen-CH-Leung -- this looks amazing 🤗
I think we can merge this PR and I will file some follow on tickets / etc for dealing with the #deprecated parts (and sorting out what we need to do to move off the deprecated functionality)
54.0.0 and pyo3 to 0.23.3
Contributor
|
Thanks again @Owen-CH-Leung -- very much apprecaited |
This was referenced Jan 17, 2025
alamb
reviewed
Jan 17, 2025
| builder.set_column_max_statistics_size(path, max_statistics_size); | ||
| builder = { | ||
| #[allow(deprecated)] | ||
| builder.set_column_max_statistics_size(path, max_statistics_size) |
Contributor
There was a problem hiding this comment.
| } | ||
| } | ||
|
|
||
| // TODO file a ticket about handling deprecated dict_id attributes |
Contributor
There was a problem hiding this comment.
I also updated this comment in
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
54.0.0#1411454.0.0#13663Further to the effort in #13663, this PR upgrades PyO3 to
0.23.3, arrow-rs to54.0.0and parquet to54.0.0, and mark several deprecated functions asallow[deprecated]for further process.