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 2021/01/23 01:06:49 UTC

[spark] branch master updated: [SPARK-34208][BUILD] Upgrade ORC to 1.6.7

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 d5d1c84  [SPARK-34208][BUILD] Upgrade ORC to 1.6.7
d5d1c84 is described below

commit d5d1c84bf44bf64d2c0e118e5c9fa05e2018ddba
Author: Dongjoon Hyun <dh...@apple.com>
AuthorDate: Fri Jan 22 17:06:18 2021 -0800

    [SPARK-34208][BUILD] Upgrade ORC to 1.6.7
    
    ### What changes were proposed in this pull request?
    
    This PR aims to upgrade Apache ORC from 1.6.6 to 1.6.7.
    
    ### Why are the changes needed?
    
    Apache ORC 1.6.7 has the following fixes including [ORC-711 Support CryptoExtension in create/decryptLocalKey](https://issues.apache.org/jira/browse/ORC-711).
    - https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12318320&version=12349470
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    Pass the CIs with the existing tests.
    
    Closes #31301 from dongjoon-hyun/SPARK-34208.
    
    Authored-by: Dongjoon Hyun <dh...@apple.com>
    Signed-off-by: Dongjoon Hyun <dh...@apple.com>
---
 dev/deps/spark-deps-hadoop-2.7-hive-2.3 | 6 +++---
 dev/deps/spark-deps-hadoop-3.2-hive-2.3 | 6 +++---
 pom.xml                                 | 2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/dev/deps/spark-deps-hadoop-2.7-hive-2.3 b/dev/deps/spark-deps-hadoop-2.7-hive-2.3
index e878bb8..771aeeb 100644
--- a/dev/deps/spark-deps-hadoop-2.7-hive-2.3
+++ b/dev/deps/spark-deps-hadoop-2.7-hive-2.3
@@ -196,9 +196,9 @@ objenesis/2.6//objenesis-2.6.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.6.6//orc-core-1.6.6.jar
-orc-mapreduce/1.6.6//orc-mapreduce-1.6.6.jar
-orc-shims/1.6.6//orc-shims-1.6.6.jar
+orc-core/1.6.7//orc-core-1.6.7.jar
+orc-mapreduce/1.6.7//orc-mapreduce-1.6.7.jar
+orc-shims/1.6.7//orc-shims-1.6.7.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.2-hive-2.3 b/dev/deps/spark-deps-hadoop-3.2-hive-2.3
index ebd1560..fcb4118 100644
--- a/dev/deps/spark-deps-hadoop-3.2-hive-2.3
+++ b/dev/deps/spark-deps-hadoop-3.2-hive-2.3
@@ -166,9 +166,9 @@ objenesis/2.6//objenesis-2.6.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.6.6//orc-core-1.6.6.jar
-orc-mapreduce/1.6.6//orc-mapreduce-1.6.6.jar
-orc-shims/1.6.6//orc-shims-1.6.6.jar
+orc-core/1.6.7//orc-core-1.6.7.jar
+orc-mapreduce/1.6.7//orc-mapreduce-1.6.7.jar
+orc-shims/1.6.7//orc-shims-1.6.7.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 fe13056f..94f3230 100644
--- a/pom.xml
+++ b/pom.xml
@@ -137,7 +137,7 @@
     <!-- After 10.15.1.3, the minimum required version is JDK9 -->
     <derby.version>10.14.2.0</derby.version>
     <parquet.version>1.10.1</parquet.version>
-    <orc.version>1.6.6</orc.version>
+    <orc.version>1.6.7</orc.version>
     <jetty.version>9.4.34.v20201102</jetty.version>
     <jakartaservlet.version>4.0.3</jakartaservlet.version>
     <chill.version>0.9.5</chill.version>


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