-
Notifications
You must be signed in to change notification settings - Fork 110
Upgrade datafusion #867
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
Merged
timsaucer
merged 26 commits into
apache:main
from
probably-nothing-labs:upgrade-datafusion
Sep 17, 2024
Merged
Upgrade datafusion #867
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
25e42c8
update dependencies
emgeee 9cea1fb
update get_logical_plan signature
emgeee 6fca28b
remove row_number() function
emgeee f2b3d3b
remove unneeded dependency
emgeee 4b45a4b
fix pyo3 warnings
emgeee 6353aa9
update object_store dependency
emgeee 815b6d7
change PyExpr -> PySortExpr
emgeee 92806a8
comment out key.extract::<&PyTuple>() condition statement
emgeee e2fa24e
change more instances of PyExpr > PySortExpr
emgeee 21013a7
update function signatures to use _bound versions
emgeee 142e4ed
remove clone
emgeee e971add
Working through some of the sort requirement changes
timsaucer c89357e
remove unused import
emgeee 8255f09
expr.display_name is deprecated, used format!() + schema_name() instead
emgeee df46054
expr.canonical_name() is deprecated, use format!() expr instead
emgeee 6c27614
remove comment
emgeee 70546e2
fix tuple extraction in dataframe.__getitem__()
emgeee 836061f
remove unneeded import
emgeee 4945661
Add docstring comments to SortExpr python class
emgeee cd04c44
change extract() to downcast()
emgeee afcc9f1
deprecate Expr::display_name
Michael-J-Ward 7f6187a
fix lint errors
emgeee 8aebaea
update datafusion commit hash
emgeee afa303f
fix type in cargo file for arrow features
emgeee f4574ec
upgrade to datafusion 42
emgeee 88ccbd8
cleanup
emgeee File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.