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 eeee3f5  [SPARK-37698][BUILD] Update ORC to 1.7.2
eeee3f5 is described below

commit eeee3f59e0e3942434aeba5295b3c207e1de5e20
Author: William Hyun <[email protected]>
AuthorDate: Mon Dec 20 13:25:00 2021 -0800

    [SPARK-37698][BUILD] Update ORC to 1.7.2
    
    ### What changes were proposed in this pull request?
    This PR aims to update orc to 1.7.2.
    
    ### Why are the changes needed?
    This will bring the latest bug fixes.
    
    - https://orc.apache.org/news/2021/12/20/ORC-1.7.2/
    - https://github.com/apache/orc/releases/tag/v1.7.2
    
    ### Does this PR introduce _any_ user-facing change?
    No.
    
    ### How was this patch tested?
    Pass the CIs.
    
    Closes #34962 from williamhyun/orc172.
    
    Authored-by: William Hyun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 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 04d3d48..bec9c02 100644
--- a/dev/deps/spark-deps-hadoop-2-hive-2.3
+++ b/dev/deps/spark-deps-hadoop-2-hive-2.3
@@ -205,9 +205,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.7.1//orc-core-1.7.1.jar
-orc-mapreduce/1.7.1//orc-mapreduce-1.7.1.jar
-orc-shims/1.7.1//orc-shims-1.7.1.jar
+orc-core/1.7.2//orc-core-1.7.2.jar
+orc-mapreduce/1.7.2//orc-mapreduce-1.7.2.jar
+orc-shims/1.7.2//orc-shims-1.7.2.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 290bb1d..5494307 100644
--- a/dev/deps/spark-deps-hadoop-3-hive-2.3
+++ b/dev/deps/spark-deps-hadoop-3-hive-2.3
@@ -192,9 +192,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.7.1//orc-core-1.7.1.jar
-orc-mapreduce/1.7.1//orc-mapreduce-1.7.1.jar
-orc-shims/1.7.1//orc-shims-1.7.1.jar
+orc-core/1.7.2//orc-core-1.7.2.jar
+orc-mapreduce/1.7.2//orc-mapreduce-1.7.2.jar
+orc-shims/1.7.2//orc-shims-1.7.2.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 8729274..c0806a5 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.12.2</parquet.version>
-    <orc.version>1.7.1</orc.version>
+    <orc.version>1.7.2</orc.version>
     <jetty.version>9.4.43.v20210629</jetty.version>
     <jakartaservlet.version>4.0.3</jakartaservlet.version>
     <chill.version>0.10.0</chill.version>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to