forked from apache/arrow-rs
-
Notifications
You must be signed in to change notification settings - Fork 0
arrow 54.2.1, with downgraded tonic / prost #10
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
wiedld
wants to merge
11
commits into
base/arrow-54.2.1
Choose a base branch
from
iox-13280/arrow-54.2.1-old-tonic
base: base/arrow-54.2.1
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
…pache#6041)" This reverts commit 741bbf6.
This reverts commit 2983dc1.
efcd9b1
to
be67bc6
Compare
be67bc6
to
60e7b4e
Compare
* pin half in MSRV check * fix * also pyarrow-integration-testing
…py) (apache#7229)" (apache#7266) (apache#7277) This reverts commit f4fde76.
* Bump MSRV to 1.81 * Fix clippy warnings
* Reapply "Update rand requirement from 0.8 to 0.9 (apache#7045)" This reverts commit 71a4770. * Revert "downgrade API" This reverts commit 352e249. * Apply suggestions from code review Co-authored-by: Matthijs Brobbel <[email protected]> --------- Co-authored-by: Matthijs Brobbel <[email protected]>
… for unsupported types (apache#7015) * add public json encoder trait * tweak bench * fmt * tweak bench * wip * refactor EncoderOptions into a builder * remove unused new method * fmt * wip * remove dynamic dispatch * clippy * remove bench * remove bench * address perf * add doctest * fmt * rename EncoderWithNullBuffer to NullableEncoder * Update arrow-json/src/writer/mod.rs Co-authored-by: Raphael Taylor-Davies <[email protected]> * Update mod.rs Co-authored-by: Raphael Taylor-Davies <[email protected]> --------- Co-authored-by: Raphael Taylor-Davies <[email protected]> Co-authored-by: Andrew Lamb <[email protected]>
60e7b4e
to
2bd5835
Compare
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.
Similar to #7 but with version 54.2.1
I don't intend to merge this PR, but am using it as a place to document what is on the patched branch
Rationale
arrow-flight 53.0.0 upgrades tonic to 0.12 which requires a newer version of hyper than we currently use
We would like to decouple our DataFusion upgrade from the larger hyper upgrade described in
Changes
tonic
to 0.12 andprost
to 0.13 forarrow-flight
apache/arrow-rs#6041) temporally