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 eae09299c6c9 [SPARK-46496][BUILD] Upgrade Arrow to 14.0.2
eae09299c6c9 is described below
commit eae09299c6c9eba652f0ca311d19d239a54ea070
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Sun Dec 24 17:32:00 2023 -0800
[SPARK-46496][BUILD] Upgrade Arrow to 14.0.2
### What changes were proposed in this pull request?
This PR aims to upgrade Apache Arrow to 14.0.2.
### Why are the changes needed?
To use the latest bug fixed version in various environments
- https://arrow.apache.org/release/14.0.2.html
- https://github.com/apache/arrow/issues/38577
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #44472 from dongjoon-hyun/SPARK-46496.
Authored-by: Dongjoon Hyun <[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 ba7c7aee894a..ba299d7d90a5 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/2.6.1//aopalliance-repackaged-2.6.1.jar
arpack/3.0.3//arpack-3.0.3.jar
arpack_combined_all/0.1//arpack_combined_all-0.1.jar
-arrow-format/14.0.1//arrow-format-14.0.1.jar
-arrow-memory-core/14.0.1//arrow-memory-core-14.0.1.jar
-arrow-memory-netty/14.0.1//arrow-memory-netty-14.0.1.jar
-arrow-vector/14.0.1//arrow-vector-14.0.1.jar
+arrow-format/14.0.2//arrow-format-14.0.2.jar
+arrow-memory-core/14.0.2//arrow-memory-core-14.0.2.jar
+arrow-memory-netty/14.0.2//arrow-memory-netty-14.0.2.jar
+arrow-vector/14.0.2//arrow-vector-14.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 aeb067352fd1..593f954a7084 100644
--- a/pom.xml
+++ b/pom.xml
@@ -229,7 +229,7 @@
If you are changing Arrow version specification, please check
./python/pyspark/sql/pandas/utils.py, and ./python/setup.py too.
-->
- <arrow.version>14.0.1</arrow.version>
+ <arrow.version>14.0.2</arrow.version>
<ammonite.version>2.5.11</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]