Backporting prost/tonic upgrade to 6.x line#945
Closed
alamb wants to merge 1 commit intoapache:active_releasefrom
Closed
Backporting prost/tonic upgrade to 6.x line#945alamb wants to merge 1 commit intoapache:active_releasefrom
alamb wants to merge 1 commit intoapache:active_releasefrom
Conversation
* Bump deps Signed-off-by: Chojan Shang <[email protected]> * Setup lastest cargo-tarpaulin Signed-off-by: Chojan Shang <[email protected]> * Try to use the lastest cargo Signed-off-by: Chojan Shang <[email protected]> Co-authored-by: Andrew Lamb <[email protected]>
Contributor
Author
|
PR for upgrading datafusion to point at this branch: apache/datafusion#1283 |
Contributor
Author
|
Unfortunately it fails to build with something like |
Contributor
Author
|
The conclusion is that updating prost/tonic is definitely not backwards compatible. Closing this one |
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?
N/A (related to #897 )
Rationale for this change
Various downstream projects such as IOx would like to upgrade to the latest version of
prost/tonic, etc (0.9 and 0.6 respectively at the time of writing). However, we have avoided such potentially incompatible version upgrades in the past.However, in consultation with @shepmaster and others, there are cases when upgrading dependencies even to new "semver incompatible" versions may not actually break sematic versioning
What changes are included in this PR?
cherry-pick 1d3d5e3 which originally appeared in #864 from @PsiACE to
active_relaese(aka propose to include in the arrow6.2.0release). I will then use this branch to see what effects it has on datafusion and others.Are there any user-facing changes?
Versions of
prostandtonicare upated