-
Notifications
You must be signed in to change notification settings - Fork 198
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 27.0.0 #834
Merged
Merged
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
Related Issue: apache/datafusion#6819 |
Related Issue: apache/datafusion#6898 |
@yahoNanJing if you have time, could you help review it? |
yahoNanJing
approved these changes
Jul 13, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @r4ntix. LGTM
r4ntix
added a commit
to r4ntix/arrow-ballista
that referenced
this pull request
Aug 9, 2023
* master: (67 commits) Update to DataFusion 28 (apache#858) Update hdfs requirement from 0.1.1 to 0.1.4 (apache#856) Bump word-wrap from 1.2.3 to 1.2.4 in /ballista/scheduler/ui (apache#849) Update hashbrown requirement from 0.13 to 0.14 (apache#846) Update etcd-client requirement from 0.10 to 0.11 (apache#845) Update itertools requirement from 0.10 to 0.11 (apache#844) Update tonic requirement from 0.8 to 0.9 (apache#733) Implement 3-phase consistent hash based task assignment policy (apache#833) Add ConsistentHash for node topology management (apache#830) Introduce CachedBasedObjectStoreRegistry to use data source cache transparently (apache#827) Fix cargo clippy for latest rust version (apache#848) Introduce a cache crate supporting concurrent cache value loading based on the cache_system crate of influxdb_iox and the linked_hash_map mod from hashlink (apache#825) Update libloading requirement from 0.7.3 to 0.8.0 (apache#761) Update dirs requirement from 4.0.0 to 5.0.1 (apache#767) Update flatbuffers requirement from 22.9.29 to 23.5.26 (apache#801) Bump tough-cookie from 4.1.2 to 4.1.3 in /ballista/scheduler/ui (apache#840) Bump actions/labeler from 4.1.0 to 4.3.0 (apache#841) Bump semver from 5.7.1 to 5.7.2 in /ballista/scheduler/ui (apache#843) Reduce the number of calls to create_logical_plan (apache#842) Upgrade DataFusion to 27.0.0 (apache#834) ... # Conflicts: # ballista/scheduler/src/state/mod.rs # ballista/scheduler/src/state/session_manager.rs
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?
Upgrade:
Rationale for this change
What changes are included in this PR?
Upgrade:
Are there any user-facing changes?
None