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/03/16 05:00:44 UTC

[spark] branch branch-3.4 updated: [SPARK-42820][BUILD] Update ORC to 1.8.3

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

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


The following commit(s) were added to refs/heads/branch-3.4 by this push:
     new 89e7e3d5495 [SPARK-42820][BUILD] Update ORC to 1.8.3
89e7e3d5495 is described below

commit 89e7e3d5495e85aa4158be7273e7037ae7b38c69
Author: William Hyun <wi...@apache.org>
AuthorDate: Wed Mar 15 22:00:24 2023 -0700

    [SPARK-42820][BUILD] Update ORC to 1.8.3
    
    ### What changes were proposed in this pull request?
    This PR aims to update ORC to 1.8.3.
    
    ### Why are the changes needed?
    This will bring the following bug fixes.
    - https://orc.apache.org/news/2023/03/15/ORC-1.8.3/
    
    ### Does this PR introduce _any_ user-facing change?
    No.
    
    ### How was this patch tested?
    Pass the CIs.
    
    Closes #40453 from williamhyun/orc183.
    
    Authored-by: William Hyun <wi...@apache.org>
    Signed-off-by: Dongjoon Hyun <do...@apache.org>
    (cherry picked from commit 6216c7094aedd6e97e8d4eaaa51d28a5cea38fc5)
    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 a3ee9ef3acb..01e6c814fea 100644
--- a/dev/deps/spark-deps-hadoop-2-hive-2.3
+++ b/dev/deps/spark-deps-hadoop-2-hive-2.3
@@ -222,9 +222,9 @@ objenesis/3.2//objenesis-3.2.jar
 okhttp/3.12.12//okhttp-3.12.12.jar
 okio/1.15.0//okio-1.15.0.jar
 opencsv/2.3//opencsv-2.3.jar
-orc-core/1.8.2/shaded-protobuf/orc-core-1.8.2-shaded-protobuf.jar
-orc-mapreduce/1.8.2/shaded-protobuf/orc-mapreduce-1.8.2-shaded-protobuf.jar
-orc-shims/1.8.2//orc-shims-1.8.2.jar
+orc-core/1.8.3/shaded-protobuf/orc-core-1.8.3-shaded-protobuf.jar
+orc-mapreduce/1.8.3/shaded-protobuf/orc-mapreduce-1.8.3-shaded-protobuf.jar
+orc-shims/1.8.3//orc-shims-1.8.3.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 9fc94d1ee10..4fd81b5f43b 100644
--- a/dev/deps/spark-deps-hadoop-3-hive-2.3
+++ b/dev/deps/spark-deps-hadoop-3-hive-2.3
@@ -209,9 +209,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.8.2/shaded-protobuf/orc-core-1.8.2-shaded-protobuf.jar
-orc-mapreduce/1.8.2/shaded-protobuf/orc-mapreduce-1.8.2-shaded-protobuf.jar
-orc-shims/1.8.2//orc-shims-1.8.2.jar
+orc-core/1.8.3/shaded-protobuf/orc-core-1.8.3-shaded-protobuf.jar
+orc-mapreduce/1.8.3/shaded-protobuf/orc-mapreduce-1.8.3-shaded-protobuf.jar
+orc-shims/1.8.3//orc-shims-1.8.3.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 1270efb1c49..6d94e06ca78 100644
--- a/pom.xml
+++ b/pom.xml
@@ -141,7 +141,7 @@
     <!-- After 10.15.1.3, the minimum required version is JDK9 -->
     <derby.version>10.14.2.0</derby.version>
     <parquet.version>1.12.3</parquet.version>
-    <orc.version>1.8.2</orc.version>
+    <orc.version>1.8.3</orc.version>
     <orc.classifier>shaded-protobuf</orc.classifier>
     <jetty.version>9.4.50.v20221201</jetty.version>
     <jakartaservlet.version>4.0.3</jakartaservlet.version>


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