Uh oh!
There was an error while loading. Please reload this page.
[SPARK-53954][BUILD] Bump Avro 1.12.1 - #52664
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. |
dongjoon-hyun
commented
Oct 20, 2025
dongjoon-hyun
commented
Oct 21, 2025
I merged the following. Could you rebase this PR once more, @pan3793 ? |
pan3793
commented
Oct 21, 2025
@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. |
dongjoon-hyun
left a comment
There was a problem hiding this comment.
+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. Closesapache#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.