Skip to content

Commit 87b9866

Browse files
committed
[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 - apache/orc-format#18 - apache/orc-format#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 <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
1 parent cf80461 commit 87b9866

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev/deps/spark-deps-hadoop-3-hive-2.3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ opentracing-api/0.33.0//opentracing-api-0.33.0.jar
236236
opentracing-noop/0.33.0//opentracing-noop-0.33.0.jar
237237
opentracing-util/0.33.0//opentracing-util-0.33.0.jar
238238
orc-core/2.1.1/shaded-protobuf/orc-core-2.1.1-shaded-protobuf.jar
239-
orc-format/1.0.0/shaded-protobuf/orc-format-1.0.0-shaded-protobuf.jar
239+
orc-format/1.1.0/shaded-protobuf/orc-format-1.1.0-shaded-protobuf.jar
240240
orc-mapreduce/2.1.1/shaded-protobuf/orc-mapreduce-2.1.1-shaded-protobuf.jar
241241
orc-shims/2.1.1//orc-shims-2.1.1.jar
242242
oro/2.0.8//oro-2.0.8.jar

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2319,7 +2319,7 @@
23192319
<dependency>
23202320
<groupId>org.apache.orc</groupId>
23212321
<artifactId>orc-format</artifactId>
2322-
<version>1.0.0</version>
2322+
<version>1.1.0</version>
23232323
<classifier>${orc.classifier}</classifier>
23242324
<scope>${orc.deps.scope}</scope>
23252325
</dependency>

0 commit comments

Comments
 (0)