arrow 54.2.1, with downgraded tonic / prost#10
Draft
wiedld wants to merge 11 commits intobase/arrow-54.2.1from
Draft
arrow 54.2.1, with downgraded tonic / prost#10wiedld wants to merge 11 commits intobase/arrow-54.2.1from
wiedld wants to merge 11 commits intobase/arrow-54.2.1from
Conversation
…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 <m1brobbel@gmail.com> --------- Co-authored-by: Matthijs Brobbel <m1brobbel@gmail.com>
… 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 <1781103+tustvold@users.noreply.github.com> * Update mod.rs Co-authored-by: Raphael Taylor-Davies <1781103+tustvold@users.noreply.github.com> --------- Co-authored-by: Raphael Taylor-Davies <1781103+tustvold@users.noreply.github.com> Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
60e7b4e to
2bd5835
Compare
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.
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
tonicto 0.12 andprostto 0.13 forarrow-flightapache/arrow-rs#6041) temporally