-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-53954][BUILD] Bump Avro 1.12.1 #52664
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
Conversation
|
I'm not sure if there are some bugs in I haven't figured out the root causes, instead, I tried another approach (#52668) to manage the Jackson deps, and it solves the issue. |
|
I merged the following. Could you rebase this PR once more, @pan3793 ? |
|
@dongjoon-hyun I rebased on master and verified the test which failed previously, now works let's wait for CI result. BTW, this Avro release seems to have security fixes, do you think we should backport this to branch-4.0? if so, jackson bom PR should be backported first. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1, LGTM. Thank you, @pan3793 .
Merged to master for Apache Spark 4.1.0-preview3.
### What changes were proposed in this pull request? As title, bump Avro to the latest patched version (contains security fixes). ### Why are the changes needed? Release Notes are available at apache/avro#3518 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass GHA. ### Was this patch authored or co-authored using generative AI tooling? No. Closes apache#52664 from pan3793/SPARK-53954. Authored-by: Cheng Pan <chengpan@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
What changes were proposed in this pull request?
As title, bump Avro to the latest patched version (contains security fixes).
Why are the changes needed?
Release Notes are available at apache/avro#3518
Does this PR introduce any user-facing change?
No.
How was this patch tested?
Pass GHA.
Was this patch authored or co-authored using generative AI tooling?
No.