-
Notifications
You must be signed in to change notification settings - Fork 924
Release arrow-rs / parquet patch version 54.2.1 (Feb 2025) (HOTFIX) #7209
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
Comments
I will be the RM / create / publish this release |
Per @Xuanwo 's request on #7207 (comment) , given this is causing people pain downstream, we would like to do an emergency hotfix. I will post to the arrow dev list as well
|
Posted a note to dev list: https://lists.apache.org/thread/nxj63xzfov2rbcfry8f1d11zqg970tby |
I made a PR to DataFusion to test this fix and it seems to have worked well: |
Voting thread is started: https://lists.apache.org/thread/m1pm83ylkty85qn7q3v1pcfx8xsbmpmc |
The release was approved and released to crates.io: |
I shared a post according to this release: https://xuanwo.io/links/2025/02/release-arrow-rust-54-2-1-in-6-hours/ |
We'll need this until we upgrade to Arrow 54.2.1 or newer. apache/arrow-rs#7209
We'll need this until we upgrade to Arrow 54.2.1 or newer. apache/arrow-rs#7209
Here is my summary of what happened here for anyone who is curious:
The fix for downstream users would be to not upgrade chrono (or "pin it to a specific version") which requires changes to their build systems. Here is an example of doing so at Tiledb Some downstream projects automatically pick up new compatible versions of crates, and thus simply doing Our hotfix, included one change from @Xuanwo and @tustvold in #7210. This change updates the Cargo.toml metadata file for arrow-rs (no actual Rust code changes) to explicitly say arrow-rs is not compatible with the new version of chrono, and thus preventing all downstream projects from having to individually do so. |
|
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Our release schedule is here https://github.com/apache/arrow-rs?tab=readme-ov-file#release-versioning-and-schedule
This patch release is to backport the hotfix for chrono.
Wishlist Items
Describe the solution you'd like
Create a release
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: