chore: update DataFusion dependency to 52.1.0#6010
chore: update DataFusion dependency to 52.1.0#6010timsaucer wants to merge 2 commits intolance-format:mainfrom
Conversation
|
ACTION NEEDED The PR title and description are used as the merge commit message. Please update your PR title and description to match the specification. For details on the error please inspect the "PR Title Check" action. |
PR Review: DataFusion 52.1.0 UpgradeThis is a clean dependency upgrade PR. The code changes correctly adapt to DataFusion 52's API changes. Summary
Minor Notes
No P0/P1 issues identified. LGTM. |
|
I'm working on creating another RC for Lance 3.0.0. If we get this upgrade done in the next few hours, I'm happy to bring this in. Avoids needing to create a major version bump immediately after. I can help with this migration as well. |
Thank you. I am not sure why these tests are failing in the aggregation using avg. I think it's related to this PR but I don't think I'll be able to resolve it in the next few hours. The tests are passing for me locally, which makes it hard to diagnose. |
I think I've fixed that one and am working on fixing the Python tests next. I'll create a PR into your branch when that is ready. |
|
I think this fixes the remaining tests: rerun-io#11 |
|
Actually moving to #6015 |
|
Closing in favor of #6015 |
|
Thanks for picking this up. Sorry, I was slammed this afternoon. |
Closes #6009
This PR updates the DataFusion dependency.
It also updates the minimum python version to 3.10 since this is
datafusion-python's requirement and 3.9 has reached end of life.