8000 Bump arrow to the version compatible with chrono 0.4.40 by yutannihilation · Pull Request #448 · duckdb/duckdb-rs · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Bump arrow to the version compatible with chrono 0.4.40 #448

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

Closed

Conversation

yutannihilation
Copy link
Contributor
@yutannihilation yutannihilation commented Feb 27, 2025

Due to an unfortunate collision with the latest chrono crate, the arrow crate before version 54.2.1 doesn't compile. Although the version 54.2.1, which addressed the compatibility issue, is about to be released (note: at the time of writing this, it's not released yet Released!!!), it's probably a good idea to bump the versions of chrono and arrow to make sure the compilation error won't happen.

c.f.)

@alamb
Copy link
alamb commented Feb 27, 2025

FYI we have released a fix in 54.2.1: apache/arrow-rs#7209

Cargo.toml Outdated
@@ -28,7 +28,7 @@ byteorder = "1.3"
calamine = "0.22.0"
cast = "0.3"
cc = "1.0"
chrono = "0.4.22"
chrono = "0.4.40"
Copy link

Choose a reason for hiding this comment

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

the hotfix for arrow basically encodes this requirement in arrows cargo.toml

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ah, your are right. Thanks for catching!

@Maxxen
Copy link
Member
Maxxen commented Mar 12, 2025

Hello! Thanks a lot for the PR! I've included these changes as part of #462, so I'm going to go ahead and close this.

@Maxxen Maxxen closed this Mar 12, 2025
@yutannihilation yutannihilation deleted the fix/chrono-v0.4.40-2 branch March 12, 2025 10:54
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.

3 participants
0