This is an automated email from the ASF dual-hosted git repository.
panbingkun 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 4eed18455332 [SPARK-50439][BUILD] Upgrade `Arrow` to 18.1.0
4eed18455332 is described below
commit 4eed18455332164e63e58bbd8e828ebb9639143c
Author: yangjie01 <[email protected]>
AuthorDate: Thu Nov 28 17:30:26 2024 +0800
[SPARK-50439][BUILD] Upgrade `Arrow` to 18.1.0
### What changes were proposed in this pull request?
This pr aims to upgrade apache arrow from 18.0.0 to 18.1.0
### Why are the changes needed?
To bring the latest improvements and bug fixes:
- https://arrow.apache.org/release/18.1.0.html
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
Pass GitHub Actions
### Was this patch authored or co-authored using generative AI tooling?
No
Closes #48975 from LuciferYang/arrow-18.1.0.
Authored-by: yangjie01 <[email protected]>
Signed-off-by: panbingkun <[email protected]>
---
dev/deps/spark-deps-hadoop-3-hive-2.3 | 10 +++++-----
pom.xml | 2 +-
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/dev/deps/spark-deps-hadoop-3-hive-2.3
b/dev/deps/spark-deps-hadoop-3-hive-2.3
index aef06b8a20f5..db325fbf546a 100644
--- a/dev/deps/spark-deps-hadoop-3-hive-2.3
+++ b/dev/deps/spark-deps-hadoop-3-hive-2.3
@@ -16,11 +16,11 @@ antlr4-runtime/4.13.1//antlr4-runtime-4.13.1.jar
aopalliance-repackaged/3.0.6//aopalliance-repackaged-3.0.6.jar
arpack/3.0.3//arpack-3.0.3.jar
arpack_combined_all/0.1//arpack_combined_all-0.1.jar
-arrow-format/18.0.0//arrow-format-18.0.0.jar
-arrow-memory-core/18.0.0//arrow-memory-core-18.0.0.jar
-arrow-memory-netty-buffer-patch/18.0.0//arrow-memory-netty-buffer-patch-18.0.0.jar
-arrow-memory-netty/18.0.0//arrow-memory-netty-18.0.0.jar
-arrow-vector/18.0.0//arrow-vector-18.0.0.jar
+arrow-format/18.1.0//arrow-format-18.1.0.jar
+arrow-memory-core/18.1.0//arrow-memory-core-18.1.0.jar
+arrow-memory-netty-buffer-patch/18.1.0//arrow-memory-netty-buffer-patch-18.1.0.jar
+arrow-memory-netty/18.1.0//arrow-memory-netty-18.1.0.jar
+arrow-vector/18.1.0//arrow-vector-18.1.0.jar
audience-annotations/0.12.0//audience-annotations-0.12.0.jar
avro-ipc/1.12.0//avro-ipc-1.12.0.jar
avro-mapred/1.12.0//avro-mapred-1.12.0.jar
diff --git a/pom.xml b/pom.xml
index 65c644cc0690..de8da1ea64a8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -229,7 +229,7 @@
./python/pyspark/sql/pandas/utils.py, ./python/packaging/classic/setup.py
and ./python/packaging/connect/setup.py too.
-->
- <arrow.version>18.0.0</arrow.version>
+ <arrow.version>18.1.0</arrow.version>
<ammonite.version>3.0.0</ammonite.version>
<jjwt.version>0.12.6</jjwt.version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]