-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-40895][BUILD] Upgrade arrow to 10.0.0 #38369
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
pom.xml
Outdated
| </extraJavaTestArgs> | ||
| </properties> | ||
| <repositories> | ||
| <!-- ASF Staging for testing --> |
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.
for test, will revert later
project/SparkBuild.scala
Outdated
| // Google Mirror of Maven Central, placed first so that it's used instead of flaky Maven Central. | ||
| // See https://storage-download.googleapis.com/maven-central/index.html for more info. | ||
| "gcs-maven-central-mirror" at "https://maven-central.storage-download.googleapis.com/maven2/", | ||
| "asf staging" at "https://repository.apache.org/content/repositories/staging/", |
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.
for test, will revert later
|
cc @sunchao |
itholic
left a comment
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.
Upgrading arrow looks good when the test passed
|
@bjornjorgensen has been released and waiting for the official release notes |
dongjoon-hyun
left a comment
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!
Merged to master for Apache Spark 3.4.
### What changes were proposed in this pull request? This PR aims to upgrade Apache Arrow to 10.0.0 ### Why are the changes needed? This version bring some bug fix and improvements, the official release notes as follows: - https://arrow.apache.org/release/10.0.0.html ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Pass GitHub Actions Closes apache#38369 from LuciferYang/SPARK-40895. Lead-authored-by: yangjie01 <[email protected]> Co-authored-by: YangJie <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
What changes were proposed in this pull request?
This PR aims to upgrade Apache Arrow to 10.0.0
Why are the changes needed?
This version bring some bug fix and improvements, the official release notes as follows:
Does this PR introduce any user-facing change?
No
How was this patch tested?
Pass GitHub Actions