-
Notifications
You must be signed in to change notification settings - Fork 80
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
Draft: upgrading to datafusion 37.1.0 #662
Closed
Closed
Conversation
This file contains 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
The suggested replacement `Session::catalog` is already included. Ref: apache/datafusion#9627
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
Michael-J-Ward
force-pushed
the
upgrade-datafusion
branch
from
May 1, 2024 18:33
174381b
to
83249fe
Compare
3 tasks
Michael-J-Ward
changed the title
Upgrade to datafusion 37.1.0
Draft: upgrading to datafusion 37.1.0
May 1, 2024
Still much todo!()
I have not yet tracked down the issue. FAILED datafusion/tests/test_functions.py::test_array_functions - pyo3_runtime.PanicException: range end index 9 out of range for slice of length 8
Refer to this status update on tracking issue #663 (comment) NOTEI did not rebase / clean-up commits, but will take the time to do so if anyone wants. |
Closing in favor of #669 |
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.
This is a draft / WIP
Which issue does this PR close?
See #663
Rationale for this change
datafusion 37 has been out for a month
What changes are included in this PR?
WIP
Are there any user-facing changes?