This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push:
new 063638b4d5db [SPARK-47531][BUILD] Upgrade `Arrow` to 15.0.2
063638b4d5db is described below
commit 063638b4d5dbc6732226cc98b8557db7d3578755
Author: panbingkun <[email protected]>
AuthorDate: Sun Mar 24 00:11:35 2024 -0700
[SPARK-47531][BUILD] Upgrade `Arrow` to 15.0.2
### What changes were proposed in this pull request?
The pr aims to upgrade `arrow-memory-netty` from `15.0.0` to `15.0.2`.
### Why are the changes needed?
The release notes:
https://arrow.apache.org/release/15.0.2.html
https://arrow.apache.org/release/15.0.1.html
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Pass GA.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #45682 from panbingkun/SPARK-47531.
Authored-by: panbingkun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
dev/deps/spark-deps-hadoop-3-hive-2.3 | 8 ++++----
pom.xml | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/dev/deps/spark-deps-hadoop-3-hive-2.3
b/dev/deps/spark-deps-hadoop-3-hive-2.3
index 903c7a245af3..eed298bc19c0 100644
--- a/dev/deps/spark-deps-hadoop-3-hive-2.3
+++ b/dev/deps/spark-deps-hadoop-3-hive-2.3
@@ -16,10 +16,10 @@ antlr4-runtime/4.13.1//antlr4-runtime-4.13.1.jar
aopalliance-repackaged/3.0.3//aopalliance-repackaged-3.0.3.jar
arpack/3.0.3//arpack-3.0.3.jar
arpack_combined_all/0.1//arpack_combined_all-0.1.jar
-arrow-format/15.0.0//arrow-format-15.0.0.jar
-arrow-memory-core/15.0.0//arrow-memory-core-15.0.0.jar
-arrow-memory-netty/15.0.0//arrow-memory-netty-15.0.0.jar
-arrow-vector/15.0.0//arrow-vector-15.0.0.jar
+arrow-format/15.0.2//arrow-format-15.0.2.jar
+arrow-memory-core/15.0.2//arrow-memory-core-15.0.2.jar
+arrow-memory-netty/15.0.2//arrow-memory-netty-15.0.2.jar
+arrow-vector/15.0.2//arrow-vector-15.0.2.jar
audience-annotations/0.12.0//audience-annotations-0.12.0.jar
avro-ipc/1.11.3//avro-ipc-1.11.3.jar
avro-mapred/1.11.3//avro-mapred-1.11.3.jar
diff --git a/pom.xml b/pom.xml
index 637aa50f0314..83dbe5c23789 100644
--- a/pom.xml
+++ b/pom.xml
@@ -225,7 +225,7 @@
If you are changing Arrow version specification, please check
./python/pyspark/sql/pandas/utils.py, and ./python/setup.py too.
-->
- <arrow.version>15.0.0</arrow.version>
+ <arrow.version>15.0.2</arrow.version>
<ammonite.version>3.0.0-M1</ammonite.version>
<!-- org.fusesource.leveldbjni will be used except on arm64 platform. -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]