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 f7859626472 [SPARK-45958][BUILD] Upgrade Arrow to 14.0.1
f7859626472 is described below

commit f785962647236a126cbba0db030af602b28e47d2
Author: Dongjoon Hyun <dh...@apple.com>
AuthorDate: Thu Nov 16 14:31:23 2023 -0800

    [SPARK-45958][BUILD] Upgrade Arrow to 14.0.1
    
    ### What changes were proposed in this pull request?
    
    This PR aims to upgrade `Apache Arrow` to 14.0.1.
    
    ### Why are the changes needed?
    
    - https://arrow.apache.org/release/14.0.1.html
    
    ### 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 #43846 from dongjoon-hyun/SPARK-45958.
    
    Authored-by: Dongjoon Hyun <dh...@apple.com>
    Signed-off-by: Dongjoon Hyun <dh...@apple.com>
---
 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 0a952aa6ee8..eeb962cd62c 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.0//arrow-format-14.0.0.jar
-arrow-memory-core/14.0.0//arrow-memory-core-14.0.0.jar
-arrow-memory-netty/14.0.0//arrow-memory-netty-14.0.0.jar
-arrow-vector/14.0.0//arrow-vector-14.0.0.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
 audience-annotations/0.5.0//audience-annotations-0.5.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 f4aeb5d935b..7615904e610 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.0</arrow.version>
+    <arrow.version>14.0.1</arrow.version>
     <ammonite.version>2.5.11</ammonite.version>
 
     <!-- org.fusesource.leveldbjni will be used except on arm64 platform. -->


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to