-
Notifications
You must be signed in to change notification settings - Fork 78
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
Upgrade Datafusion to v37.1.0 #669
Merged
andygrove
merged 9 commits into
apache:main
from
Michael-J-Ward:upgrade-datafusion-rebased
May 8, 2024
Merged
Upgrade Datafusion to v37.1.0 #669
andygrove
merged 9 commits into
apache:main
from
Michael-J-Ward:upgrade-datafusion-rebased
May 8, 2024
Commits on May 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f93b78f - Browse repository at this point
Copy the full SHA f93b78fView commit details -
feat: re-implement SessionContext::tables
The method was removed upstream but is used in many tests for `datafusion-python`. Ref: apache/datafusion#9627
Configuration menu - View commit details
-
Copy full SHA for 5ec79ac - Browse repository at this point
Copy the full SHA 5ec79acView commit details -
feat: upgrade dataframe write_parquet and write_json
The options to write_parquet changed. write_json has a new argument that I defaulted to None. We can expose that config later. Ref: apache/datafusion#9382
Configuration menu - View commit details
-
Copy full SHA for 7786a71 - Browse repository at this point
Copy the full SHA 7786a71View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e74b74 - Browse repository at this point
Copy the full SHA 5e74b74View commit details -
feat: add upstream variant and method params
- `WindowFunction` and `AggregateFunction` have `null_treatment` options. - `ScalarValue` and `DataType` have new variants - `SchemaProvider::table` now returns a `Result`
Configuration menu - View commit details
-
Copy full SHA for 2dda4ff - Browse repository at this point
Copy the full SHA 2dda4ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8414157 - Browse repository at this point
Copy the full SHA 8414157View commit details -
`datafusion` completed an Epic that ported many of the `BuiltInFunctions` enum to `SclarUDF`. I created new macros to simplify the port, and used these macros to refactor a few existing functions. Ref: apache/datafusion#9285
Configuration menu - View commit details
-
Copy full SHA for 7ad526c - Browse repository at this point
Copy the full SHA 7ad526cView commit details -
fixme: commented out last failing test
This is a bug upstream in datafusion FAILED datafusion/tests/test_functions.py::test_array_functions - pyo3_runtime.PanicException: range end index 9 out of range for slice of length 8
Configuration menu - View commit details
-
Copy full SHA for eeccbfd - Browse repository at this point
Copy the full SHA eeccbfdView commit details -
Configuration menu - View commit details
-
Copy full SHA for ed8c703 - Browse repository at this point
Copy the full SHA ed8c703View commit details
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.