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 dfb668d2541 [SPARK-38866][BUILD] Update ORC to 1.7.4 dfb668d2541 is described below commit dfb668d2541c5e15c7b41dfa74c9dea7291fe9e1 Author: William Hyun <will...@apache.org> AuthorDate: Sat Apr 16 00:31:41 2022 -0700 [SPARK-38866][BUILD] Update ORC to 1.7.4 ### What changes were proposed in this pull request? This PR aims to update ORC to version 1.7.4. ### Why are the changes needed? This will bring the following bug fixes. - https://github.com/apache/orc/milestone/7?closed=1 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass the CIs. Closes #36153 from williamhyun/orc174RC0. Authored-by: William Hyun <will...@apache.org> Signed-off-by: Dongjoon Hyun <dongj...@apache.org> (cherry picked from commit 7caf487c76abfdc76fc79a3bd4787d2e6c8034eb) Signed-off-by: Dongjoon Hyun <dongj...@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 c0b15027430..9847f794e0b 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.3//orc-core-1.7.3.jar -orc-mapreduce/1.7.3//orc-mapreduce-1.7.3.jar -orc-shims/1.7.3//orc-shims-1.7.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 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 20a727521aa..5d26abb88cd 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.3//orc-core-1.7.3.jar -orc-mapreduce/1.7.3//orc-mapreduce-1.7.3.jar -orc-shims/1.7.3//orc-shims-1.7.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 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 77fbdc0c5e1..8d60f880af4 100644 --- a/pom.xml +++ b/pom.xml @@ -138,7 +138,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.3</orc.version> + <orc.version>1.7.4</orc.version> <jetty.version>9.4.44.v20210927</jetty.version> <jakartaservlet.version>4.0.3</jakartaservlet.version> <chill.version>0.10.0</chill.version> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org