-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Upgrade arrow-rs, parquet to 54.0.0
and pyo3 to 0.23.3
#14153
Upgrade arrow-rs, parquet to 54.0.0
and pyo3 to 0.23.3
#14153
Conversation
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.
Thanks @Owen-CH-Leung for your contribution, triggering the build
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.
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
Thanks again @Owen-CH-Leung -- very much apprecaited |
builder.set_column_max_statistics_size(path, max_statistics_size); | ||
builder = { | ||
#[allow(deprecated)] | ||
builder.set_column_max_statistics_size(path, max_statistics_size) |
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.
@@ -1815,6 +1815,8 @@ fn round_trip_datatype() { | |||
} | |||
} | |||
|
|||
// TODO file a ticket about handling deprecated dict_id attributes |
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.
I also updated this comment in
54.0.0
#1411454.0.0
#13663Further to the effort in #13663, this PR upgrades PyO3 to
0.23.3
, arrow-rs to54.0.0
and parquet to54.0.0
, and mark several deprecated functions asallow[deprecated]
for further process.