-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Write "upgrade guide" for DataFusion 44.0.0 #13702
Comments
I plan on adding notes to this issue as I encounter issues while upgrading Comet to use latest DF. First couple of issues:
|
next issue:
Solution was to change |
We can't just derive PartialEq for expressions that contain other expressions due to rust-lang/rust#78808:
We have to implement |
|
public function |
fixed by changing |
I am now running into:
|
The only place that has that typo is date_part which was changed in #13466 @jayzhan211 |
edit: it only returns this error in |
I created a PR to deprecate return_type and revert the breaking change - #13717 |
I am now running into failures in Comet tests that use miri:
|
The miri test failures are related to DataFusion using the |
I filed #13766 to consider making |
Is your feature request related to a problem or challenge?
DataFusion 44.0.0 has breaking changes that require downstream projects to make code changes. Let's document these as we upgrade our own subprojects (Python, Comet, Ballista) to make life easier for other downstream projects.
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: