AVRO-3985: Add trusted packages support in SpecificData#2980
Merged
Fokko merged 1 commit intoapache:branch-1.11from Jun 26, 2024
Merged
AVRO-3985: Add trusted packages support in SpecificData#2980Fokko merged 1 commit intoapache:branch-1.11from
Fokko merged 1 commit intoapache:branch-1.11from
Conversation
Fokko
approved these changes
Jun 26, 2024
dongjoon-hyun
added a commit
to apache/spark
that referenced
this pull request
Jan 19, 2025
### What changes were proposed in this pull request? This PR aims to upgrade Avro to 1.11.4. ### Why are the changes needed? To bring the latest bug fixes like the following. - https://github.com/apache/avro/releases/tag/release-1.11.3 - apache/avro#2432 - apache/avro#2318 - apache/avro#1720 - https://github.com/apache/avro/releases/tag/release-1.11.4 - apache/avro#2980 ### Does this PR introduce _any_ user-facing change? Yes, this is a dependency change. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #49563 from dongjoon-hyun/SPARK-50886. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
|
hi @jbonofre , can I ask why |
Member
Author
|
@podmak that's a good question. What I proposed was an implicit loading in I think you are right, |
Member
Author
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 is the purpose of the change
This is backport PR (on
branch-1.11) for AVRO-3985.Verifying this change
This change is already covered by existing tests, such as (please describe tests).
Documentation
NB: let me work on doc update separately.