You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by do...@apache.org on 2023/06/18 20:27:51 UTC

[spark] branch master updated: [SPARK-44094][BUILD] Upgrade Apache Arrow to 12.0.1

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 9054e46b12c [SPARK-44094][BUILD] Upgrade Apache Arrow to 12.0.1
9054e46b12c is described below

commit 9054e46b12cb0798f5b50727968257e0cf4356da
Author: Dongjoon Hyun <do...@apache.org>
AuthorDate: Sun Jun 18 13:27:39 2023 -0700

    [SPARK-44094][BUILD] Upgrade Apache Arrow to 12.0.1
    
    ### What changes were proposed in this pull request?
    
    This PR aims to upgrade Apache Arrow to 12.0.1.
    
    ### Why are the changes needed?
    
    This brings the following bug fixes.
    - https://arrow.apache.org/release/12.0.1.html
    
    ### Does this PR introduce _any_ user-facing change?
    
    No. SPARK-43446 introduced Apache Arrow 12.0.0 for Apache Spark 3.5.0.
    
    ### How was this patch tested?
    
    Pass the CIs.
    
    Closes #41650 from dongjoon-hyun/SPARK-44094.
    
    Authored-by: Dongjoon Hyun <do...@apache.org>
    Signed-off-by: Dongjoon Hyun <do...@apache.org>
---
 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 2b97a343de6..e0bbc724990 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.9.3//antlr4-runtime-4.9.3.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/12.0.0//arrow-format-12.0.0.jar
-arrow-memory-core/12.0.0//arrow-memory-core-12.0.0.jar
-arrow-memory-netty/12.0.0//arrow-memory-netty-12.0.0.jar
-arrow-vector/12.0.0//arrow-vector-12.0.0.jar
+arrow-format/12.0.1//arrow-format-12.0.1.jar
+arrow-memory-core/12.0.1//arrow-memory-core-12.0.1.jar
+arrow-memory-netty/12.0.1//arrow-memory-netty-12.0.1.jar
+arrow-vector/12.0.1//arrow-vector-12.0.1.jar
 audience-annotations/0.5.0//audience-annotations-0.5.0.jar
 avro-ipc/1.11.1//avro-ipc-1.11.1.jar
 avro-mapred/1.11.1//avro-mapred-1.11.1.jar
diff --git a/pom.xml b/pom.xml
index f84e1094e7d..a5f6d5f9981 100644
--- a/pom.xml
+++ b/pom.xml
@@ -217,7 +217,7 @@
     If you are changing Arrow version specification, please check
     ./python/pyspark/sql/pandas/utils.py, and ./python/setup.py too.
     -->
-    <arrow.version>12.0.0</arrow.version>
+    <arrow.version>12.0.1</arrow.version>
     <ammonite.version>2.5.9</ammonite.version>
 
     <!-- org.fusesource.leveldbjni will be used except on arm64 platform. -->


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