8000 [SPARK-53741][BUILD] Upgrade ORC to 2.2.1 · apache/spark@6526293 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6526293

Browse files
committed
[SPARK-53741][BUILD] Upgrade ORC to 2.2.1
### What changes were proposed in this pull request? This PR aims to upgrade ORC to 2.2.1. ### Why are the changes needed? To bring the latest bug fix version. Although we upgraded ORC Format independently, ORC 2.2.1 is the first official version with ORC Format 1.1.1. - https://orc.apache.org/news/2025/10/01/ORC-2.2.1/ - https://github.com/apache/orc/milestone/51?closed=1 - apache/orc#2355 ### Does this PR introduce _any_ user-facing change? No behavior change. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #52478 from dongjoon-hyun/SPARK-53741. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
1 parent 2ed58ab commit 6526293

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -232,10 +232,10 @@ opencsv/2.3//opencsv-2.3.jar
232232
opentracing-api/0.33.0//opentracing-api-0.33.0.jar
233233
opentracing-noop/0.33.0//opentracing-noop-0.33.0.jar
234234
opentracing-util/0.33.0//opentracing-util-0.33.0.jar
235-
orc-core/2.2.0/shaded-protobuf/orc-core-2.2.0-shaded-protobuf.jar
235+
orc-core/2.2.1/shaded-protobuf/orc-core-2.2.1-shaded-protobuf.jar
236236
orc-format/1.1.1/shaded-protobuf/orc-format-1.1.1-shaded-protobuf.jar
237-
orc-mapreduce/2.2.0/shaded-protobuf/orc-mapreduce-2.2.0-shaded-protobuf.jar
238-
orc-shims/2.2.0//orc-shims-2.2.0.jar
237+
orc-mapreduce/2.2.1/shaded-protobuf/orc-mapreduce-2.2.1-shaded-protobuf.jar
238+
orc-shims/2.2.1//orc-shims-2.2.1.jar
239239
oro/2.0.8//oro-2.0.8.jar
240240
osgi-resource-locator/1.0.3//osgi-resource-locator-1.0.3.jar
241241
paranamer/2.8.3//paranamer-2.8.3.jar

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
<!-- After 10.17.1.0, the minimum required version is JDK19 -->
142142
<derby.version>10.16.1.1</derby.version>
143143
<parquet.version>1.16.0</parquet.version>
144-
<orc.version>2.2.0</orc.version>
144+
<orc.version>2.2.1</orc.version>
145145
<orc.classifier>shaded-protobuf</orc.classifier>
146146
<jetty.version>11.0.26</jetty.version>
147147
<jakartaservlet.version>5.0.0</jakartaservlet.version>

0 commit comments

Comments
 (0)
0