Skip to content
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 to Datafusion 31.0.0 #491

Merged
merged 6 commits into from
Sep 11, 2023
Merged

Conversation

judahrand
Copy link
Contributor

Which issue does this PR close?

Closes #.

Rationale for this change

What changes are included in this PR?

Are there any user-facing changes?

@judahrand judahrand changed the title Upgrade to Datafusion 30.0.0 Upgrade to Datafusion 31.0.0-rc1 Sep 10, 2023
@judahrand judahrand changed the title Upgrade to Datafusion 31.0.0-rc1 Upgrade to Datafusion 31.0.0 Sep 10, 2023
@judahrand judahrand mentioned this pull request Sep 11, 2023
Copy link
Member

@viirya viirya left a comment

Choose a reason for hiding this comment

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

Looks good. Let's wait for DataFusion 31.0.0 RC passing.

@andygrove
Copy link
Member

DataFusion 31.0.0 has now been released to crates.io

@andygrove andygrove mentioned this pull request Sep 11, 2023
@judahrand
Copy link
Contributor Author

Should be good to go!

@@ -17,7 +17,7 @@

[package]
name = "datafusion-python"
version = "29.0.0"
version = "31.0.0"
Copy link
Member

@viirya viirya Sep 11, 2023

Choose a reason for hiding this comment

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

One thing I'm not sure is if this version of datafusion-python follows DataFusion version.

Do we skip 30.0.0?

cc @andygrove

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It looked to me like these previously have always matched 🤷‍♂️ But definitely happy for them not to!

Copy link
Member

Choose a reason for hiding this comment

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

Yea, if arrow-datafusion-python always matches Rust DataFusion, it sounds good.

Copy link
Member

Choose a reason for hiding this comment

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

We skipped 30.0.0 due to regression that broke some Python tests. See #475 for details.

Copy link
Member

Choose a reason for hiding this comment

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

oops I meant to link to #464

Copy link
Member

Choose a reason for hiding this comment

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

I see. Thanks @andygrove

@andygrove andygrove merged commit af4f758 into apache:main Sep 11, 2023
11 checks passed
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.

None yet

3 participants