Add Serializable Trait to DirectBinaryAvroDecoder#36794
Closed
eswardhinakaran-toast wants to merge 34 commits intoapache:branch-2.4from
Closed
Add Serializable Trait to DirectBinaryAvroDecoder#36794eswardhinakaran-toast wants to merge 34 commits intoapache:branch-2.4from
eswardhinakaran-toast wants to merge 34 commits intoapache:branch-2.4from
Conversation
Branch 2.4
* enhancing the packaging process for toast * some version plumbing * more libraries for avro * maybe like this * change phase to assembly * produces the right thing * enhancing build system
Branch 2.4
Branch 2.4
Branch 2.4
Branch 2.4
Branch 2.4
Branch 2.4
simple config option to speed up catalog loading
* Updating to hadoop 3.1.3 in the build scripts and docs. Updating guava in packaged assembly jars since 14.0 is no longer compatibile with hadoop-3.1.3
which can exist in both spark 2.4 and spark 3.2 so analytics can compile against both 2.4 and 3.2 and still use the optmial avro decoding performance. It uses traits/java interfaces to define how tto decode avro records so the schema resolver classes don't need to be known when building spark but can be provided by a udf jar.
This allows this extra argument to be passed into spark-3.2
Avro decoding compatibility class
|
Can one of the admins verify this patch? |
Author
|
i meant to close this PR. accidental pull request
…On Tue, Jun 7, 2022 at 7:40 PM UCB AMPLab ***@***.***> wrote:
Can one of the admins verify this patch?
—
Reply to this email directly, view it on GitHub
<#36794 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUM25WRDVS22JAAGHBPNIGLVN7MVRANCNFSM5YEI2MCA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
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.
What changes were proposed in this pull request?
Why are the changes needed?
Does this PR introduce any user-facing change?
How was this patch tested?