[SPARK-52132][BUILD] Upgrade arrow-java to 18.3.0#50892
Closed
LuciferYang wants to merge 1 commit intoapache:masterfrom
Closed
[SPARK-52132][BUILD] Upgrade arrow-java to 18.3.0#50892LuciferYang wants to merge 1 commit intoapache:masterfrom
arrow-java to 18.3.0#50892LuciferYang wants to merge 1 commit intoapache:masterfrom
Conversation
Member
dongjoon-hyun
left a comment
There was a problem hiding this comment.
Nice! Thank you for tracking this, @LuciferYang .
arrow-java to 18.3.0
yaooqinn
approved these changes
May 15, 2025
dongjoon-hyun
approved these changes
May 15, 2025
Member
dongjoon-hyun
left a comment
There was a problem hiding this comment.
+1, LGTM. Thank you, @LuciferYang and @yaooqinn .
Merged to master.
Contributor
Author
|
Thank you @dongjoon-hyun and @yaooqinn |
yhuang-db
pushed a commit
to yhuang-db/spark
that referenced
this pull request
Jun 9, 2025
### What changes were proposed in this pull request? This pr aims to upgrade `arrow-java` from 18.2.0 to 18.3.0. ### Why are the changes needed? The new version bring some bug fixes, like: - apache/arrow-java#627 - apache/arrow-java#654 - apache/arrow-java#656 - apache/arrow-java#693 - apache/arrow-java#705 - apache/arrow-java#707 - apache/arrow-java#722 In addition, the new version introduces a cascading upgrade for flatbuffers-java([ from 24.3.25 to 25.1.24 ](apache/arrow-java#600)) the full release note as follows: - https://github.com/apache/arrow-java/releases/tag/v18.3.0 ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? - Pass GitHub Acitons ### Was this patch authored or co-authored using generative AI tooling? No Closes apache#50892 from LuciferYang/arrow-java-18.3.0. Authored-by: yangjie01 <yangjie01@baidu.com> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
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?
This pr aims to upgrade
arrow-javafrom 18.2.0 to 18.3.0.Why are the changes needed?
The new version bring some bug fixes, like:
In addition, the new version introduces a cascading upgrade for flatbuffers-java( from 24.3.25 to 25.1.24 )
the full release note as follows:
Does this PR introduce any user-facing change?
No
How was this patch tested?
Was this patch authored or co-authored using generative AI tooling?
No