Bump DataFusion to prepare for DF54 release candidate#1562
Merged
Conversation
Update the pinned DataFusion git rev to 1321d60cc37ee487d1e7ce7f501357c3236b2542, which is DataFusion 54.0.0. Bump the workspace dependency requirements from 53 to 54 so the [patch.crates-io] git overrides actually bind (cargo only applies a patch when its version satisfies the dependency requirement), and refresh Cargo.lock accordingly. Adapt to the 54 API: - Remove the DatasetExec::apply_expressions override; apply_expressions is no longer a member of the ExecutionPlan trait. - factorial now errors on negative input, so take abs() before applying factorial in the parametrized expr test and update the expected values. Co-Authored-By: Claude <noreply@anthropic.com>
Member
Author
|
Minor dep update |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Which issue does this PR close?
Follow on to #1532
Rationale for this change
Prepare for the next release, make sure new features are exposed.
What changes are included in this PR?
Bump DF commit hash. Minor alterations since most were already caught in previous PR.
Are there any user-facing changes?
No