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 2022/06/16 23:21:49 UTC

[spark] branch branch-3.3 updated: [SPARK-39493][BUILD] Update ORC to 1.7.5

This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a commit to branch branch-3.3
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/branch-3.3 by this push:
     new 4c4efdc9897 [SPARK-39493][BUILD] Update ORC to 1.7.5
4c4efdc9897 is described below

commit 4c4efdc9897fa5ff137d454d085482061475b6e5
Author: William Hyun <wi...@apache.org>
AuthorDate: Thu Jun 16 16:19:15 2022 -0700

    [SPARK-39493][BUILD] Update ORC to 1.7.5
    
    This PR aims to update ORC to version 1.7.5.
    
    ORC 1.7.5 is the latest version with the following bug fixes:
    -https://orc.apache.org/news/2022/06/16/ORC-1.7.5/
    
    No.
    
    Pass the CIs.
    
    Closes #36892 from williamhyun/orc175.
    
    Authored-by: William Hyun <wi...@apache.org>
    Signed-off-by: Dongjoon Hyun <do...@apache.org>
    (cherry picked from commit 264d8fd7b8f2a653ddaa027adc7a194d017c9eda)
    Signed-off-by: Dongjoon Hyun <do...@apache.org>
---
 dev/deps/spark-deps-hadoop-2-hive-2.3 | 6 +++---
 dev/deps/spark-deps-hadoop-3-hive-2.3 | 6 +++---
 pom.xml                               | 2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/dev/deps/spark-deps-hadoop-2-hive-2.3 b/dev/deps/spark-deps-hadoop-2-hive-2.3
index 092531a320a..e426b8f0306 100644
--- a/dev/deps/spark-deps-hadoop-2-hive-2.3
+++ b/dev/deps/spark-deps-hadoop-2-hive-2.3
@@ -219,9 +219,9 @@ objenesis/3.2//objenesis-3.2.jar
 okhttp/3.12.12//okhttp-3.12.12.jar
 okio/1.14.0//okio-1.14.0.jar
 opencsv/2.3//opencsv-2.3.jar
-orc-core/1.7.4//orc-core-1.7.4.jar
-orc-mapreduce/1.7.4//orc-mapreduce-1.7.4.jar
-orc-shims/1.7.4//orc-shims-1.7.4.jar
+orc-core/1.7.5//orc-core-1.7.5.jar
+orc-mapreduce/1.7.5//orc-mapreduce-1.7.5.jar
+orc-shims/1.7.5//orc-shims-1.7.5.jar
 oro/2.0.8//oro-2.0.8.jar
 osgi-resource-locator/1.0.3//osgi-resource-locator-1.0.3.jar
 paranamer/2.8//paranamer-2.8.jar
diff --git a/dev/deps/spark-deps-hadoop-3-hive-2.3 b/dev/deps/spark-deps-hadoop-3-hive-2.3
index c4baa6bb1fc..365ede5ca10 100644
--- a/dev/deps/spark-deps-hadoop-3-hive-2.3
+++ b/dev/deps/spark-deps-hadoop-3-hive-2.3
@@ -208,9 +208,9 @@ opencsv/2.3//opencsv-2.3.jar
 opentracing-api/0.33.0//opentracing-api-0.33.0.jar
 opentracing-noop/0.33.0//opentracing-noop-0.33.0.jar
 opentracing-util/0.33.0//opentracing-util-0.33.0.jar
-orc-core/1.7.4//orc-core-1.7.4.jar
-orc-mapreduce/1.7.4//orc-mapreduce-1.7.4.jar
-orc-shims/1.7.4//orc-shims-1.7.4.jar
+orc-core/1.7.5//orc-core-1.7.5.jar
+orc-mapreduce/1.7.5//orc-mapreduce-1.7.5.jar
+orc-shims/1.7.5//orc-shims-1.7.5.jar
 oro/2.0.8//oro-2.0.8.jar
 osgi-resource-locator/1.0.3//osgi-resource-locator-1.0.3.jar
 paranamer/2.8//paranamer-2.8.jar
diff --git a/pom.xml b/pom.xml
index 32bd40ee834..9d290301d23 100644
--- a/pom.xml
+++ b/pom.xml
@@ -132,7 +132,7 @@
     <!-- After 10.15.1.3, the minimum required version is JDK9 -->
     <derby.version>10.14.2.0</derby.version>
     <parquet.version>1.12.2</parquet.version>
-    <orc.version>1.7.4</orc.version>
+    <orc.version>1.7.5</orc.version>
     <jetty.version>9.4.46.v20220331</jetty.version>
     <jakartaservlet.version>4.0.3</jakartaservlet.version>
     <chill.version>0.10.0</chill.version>


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