-
Notifications
You must be signed in to change notification settings - Fork 94
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
Chore/upgrade datafusion 45 #1010
Conversation
Thank you for taking this on! It looks like a smooth update! |
Converted to draft for now, blocked until datafusion v45 is published |
5dd3672
to
0330b9b
Compare
Interesting... CI was previously passing when using the branch-45 commit hash...
testing locally,
It seems like the
Weird that cc @timsaucer before i dig deeper, do you have any pointers on this? |
@kevinjqliu I just pushed to your branch an update to the return type. As we've been updating we've seen a lot of these small changes from string -> string_view. |
Thank you @timsaucer i verified locally that that indeed resolved the issue for I also pushed up a fix for There's one last issue with Im not familiar with this, could you help take a look?
|
@kevinjqliu Are you getting an error on this unit test? I'm seeing it pass. Is it possible there's an issue with your submodule that contains the data? It looks like CI unit tests are passing also. |
Do you think this is ready? If so and you move it out of draft I can merge it. |
cool as long as CI works, i think we're ready |
I double checked by running that test with v44.1.0 and the plans are the same |
I think thats the issue, i didnt see that |
@timsaucer im still seeing this issue on my local setup. datafusion-python/.github/workflows/test.yaml Lines 81 to 88 in 93ac6a8
Do you mind giving it a try on your local? Ive verified that the submodule matches that of
|
Which issue does this PR close?
Closes apache/datafusion#14410
Upgrade datafusion dependencies to v45.0.0 https://crates.io/crates/datafusion/45.0.0
(Rebase on #1009 is merged)
Rationale for this change
What changes are included in this PR?
Are there any user-facing changes?