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 1a5b9f295a6 [SPARK-44231][BUILD] Update ORC to 1.9.0 1a5b9f295a6 is described below commit 1a5b9f295a623901100b6f41e785138fba0bc156 Author: William Hyun <will...@apache.org> AuthorDate: Wed Jun 28 15:18:19 2023 -0700 [SPARK-44231][BUILD] Update ORC to 1.9.0 ### What changes were proposed in this pull request? This PR aims to update ORC to 1.9.0. ### Why are the changes needed? This is the newest version of ORC with the following improvements: - https://github.com/apache/orc/milestone/10?closed=1 - https://github.com/apache/orc/releases/tag/v1.9.0 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass the CIs. Closes #41775 from williamhyun/orc190. Authored-by: William Hyun <will...@apache.org> Signed-off-by: Dongjoon Hyun <dongj...@apache.org> --- dev/deps/spark-deps-hadoop-3-hive-2.3 | 8 ++++---- pom.xml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev/deps/spark-deps-hadoop-3-hive-2.3 b/dev/deps/spark-deps-hadoop-3-hive-2.3 index 8630040abad..aac141ccfe0 100644 --- a/dev/deps/spark-deps-hadoop-3-hive-2.3 +++ b/dev/deps/spark-deps-hadoop-3-hive-2.3 @@ -4,7 +4,7 @@ JTransforms/3.1//JTransforms-3.1.jar RoaringBitmap/0.9.45//RoaringBitmap-0.9.45.jar ST4/4.0.4//ST4-4.0.4.jar activation/1.1.1//activation-1.1.1.jar -aircompressor/0.21//aircompressor-0.21.jar +aircompressor/0.24//aircompressor-0.24.jar algebra_2.12/2.0.1//algebra_2.12-2.0.1.jar aliyun-java-sdk-core/4.5.10//aliyun-java-sdk-core-4.5.10.jar aliyun-java-sdk-kms/2.11.0//aliyun-java-sdk-kms-2.11.0.jar @@ -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.8.4/shaded-protobuf/orc-core-1.8.4-shaded-protobuf.jar -orc-mapreduce/1.8.4/shaded-protobuf/orc-mapreduce-1.8.4-shaded-protobuf.jar -orc-shims/1.8.4//orc-shims-1.8.4.jar +orc-core/1.9.0/shaded-protobuf/orc-core-1.9.0-shaded-protobuf.jar +orc-mapreduce/1.9.0/shaded-protobuf/orc-mapreduce-1.9.0-shaded-protobuf.jar +orc-shims/1.9.0//orc-shims-1.9.0.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 c8dbd0ab2d8..1c60a5c7db7 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.13.1</parquet.version> - <orc.version>1.8.4</orc.version> + <orc.version>1.9.0</orc.version> <orc.classifier>shaded-protobuf</orc.classifier> <jetty.version>9.4.51.v20230217</jetty.version> <jakartaservlet.version>4.0.3</jakartaservlet.version> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org