-
Notifications
You must be signed in to change notification settings - Fork 344
test: upgrade DataFusion 51 and Arrow 57 #1830
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
base: main
Are you sure you want to change the base?
Conversation
|
i can probably help with the page index changes |
| datafusion = "50" | ||
| datafusion-cli = "50" | ||
| datafusion-sqllogictest = "50" | ||
| datafusion = { git = "https://github.com/apache/datafusion.git", rev = "f32984b2dbf9e5a193c20643ce624167295fbd61" } |
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.
just for my own curiosity, is it because latest stable release datafusion doesn't play with the other dependencies, that we have to use commit sha here?
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.
branch-51 didn't exist yet, so I just picked whatever the current commit on main was at the time. I could run it again with DataFusion's branch-51, but not expecting different results.
DataFusion is preparing for their 51.0.0 release, so this is a test PR to see how CI goes with main on a recent commit that likely reflects what DF 51 will be. Marking as draft since we wouldn't want this merged until crates are available and the community discusses the changes.
Which issue does this PR close?
What changes are included in this PR?
Are these changes tested?
Creating this to run CI.