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 87b9866903ba [SPARK-51801][BUILD] Upgrade ORC Format to 1.1.0 87b9866903ba is described below commit 87b9866903baa3b291058b3613f9954ec62c178c Author: Dongjoon Hyun <dongj...@apache.org> AuthorDate: Sat Apr 19 00:56:01 2025 +0900 [SPARK-51801][BUILD] Upgrade ORC Format to 1.1.0 ### What changes were proposed in this pull request? This PR aims to upgrade Apache ORC Format to 1.1.0 from 1.1.0 for Apache Spark 4.1.0. ### Why are the changes needed? Apache ORC Format v1.1.0 is released on 2025-04-18. - https://github.com/apache/orc-format/releases/tag/v1.1.0 To bring the latest feature and bug fixes. - https://github.com/apache/orc-format/milestone/2?closed=1 - https://github.com/apache/orc-format/pull/18 - https://github.com/apache/orc-format/pull/19 ### Does this PR introduce _any_ user-facing change? No, there is no behavior change. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #50588 from dongjoon-hyun/SPARK-51801. Authored-by: Dongjoon Hyun <dongj...@apache.org> Signed-off-by: Dongjoon Hyun <dongj...@apache.org> --- dev/deps/spark-deps-hadoop-3-hive-2.3 | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/deps/spark-deps-hadoop-3-hive-2.3 b/dev/deps/spark-deps-hadoop-3-hive-2.3 index 6c9f86364940..033df0cdeaa5 100644 --- a/dev/deps/spark-deps-hadoop-3-hive-2.3 +++ b/dev/deps/spark-deps-hadoop-3-hive-2.3 @@ -236,7 +236,7 @@ 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/2.1.1/shaded-protobuf/orc-core-2.1.1-shaded-protobuf.jar -orc-format/1.0.0/shaded-protobuf/orc-format-1.0.0-shaded-protobuf.jar +orc-format/1.1.0/shaded-protobuf/orc-format-1.1.0-shaded-protobuf.jar orc-mapreduce/2.1.1/shaded-protobuf/orc-mapreduce-2.1.1-shaded-protobuf.jar orc-shims/2.1.1//orc-shims-2.1.1.jar oro/2.0.8//oro-2.0.8.jar diff --git a/pom.xml b/pom.xml index 013fbcff2f82..c2e55595f322 100644 --- a/pom.xml +++ b/pom.xml @@ -2319,7 +2319,7 @@ <dependency> <groupId>org.apache.orc</groupId> <artifactId>orc-format</artifactId> - <version>1.0.0</version> + <version>1.1.0</version> <classifier>${orc.classifier}</classifier> <scope>${orc.deps.scope}</scope> </dependency> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org