Skip to content

Commit 25f0630

Browse files
dongjoon-hyunasl3
authored andcommitted
[SPARK-52691][BUILD] Upgrade ORC to 2.1.3
### What changes were proposed in this pull request? This PR aims to upgrade ORC to 2.1.3. ### Why are the changes needed? To bring the latest bug fixes. - https://github.com/apache/orc/releases/tag/v2.1.3 ### 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 apache#51382 from dongjoon-hyun/SPARK-52691. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
1 parent ac0bece commit 25f0630

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
@@ -233,10 +233,10 @@ opencsv/2.3//opencsv-2.3.jar
233233
opentracing-api/0.33.0//opentracing-api-0.33.0.jar
234234
opentracing-noop/0.33.0//opentracing-noop-0.33.0.jar
235235
opentracing-util/0.33.0//opentracing-util-0.33.0.jar
236-
orc-core/2.1.2/shaded-protobuf/orc-core-2.1.2-shaded-protobuf.jar
236+
orc-core/2.1.3/shaded-protobuf/orc-core-2.1.3-shaded-protobuf.jar
237237
orc-format/1.1.0/shaded-protobuf/orc-format-1.1.0-shaded-protobuf.jar
238-
orc-mapreduce/2.1.2/shaded-protobuf/orc-mapreduce-2.1.2-shaded-protobuf.jar
239-
orc-shims/2.1.2//orc-shims-2.1.2.jar
238+
orc-mapreduce/2.1.3/shaded-protobuf/orc-mapreduce-2.1.3-shaded-protobuf.jar
239+
orc-shims/2.1.3//orc-shims-2.1.3.jar
240240
oro/2.0.8//oro-2.0.8.jar
241241
osgi-resource-locator/1.0.3//osgi-resource-locator-1.0.3.jar
242242
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
@@ -139,7 +139,7 @@
139139
<!-- After 10.17.1.0, the minimum required version is JDK19 -->
140140
<derby.version>10.16.1.1</derby.version>
141141
<parquet.version>1.15.2</parquet.version>
142-
<orc.version>2.1.2</orc.version>
142+
<orc.version>2.1.3</orc.version>
143143
<orc.classifier>shaded-protobuf</orc.classifier>
144144
<jetty.version>11.0.25</jetty.version>
145145
<jakartaservlet.version>5.0.0</jakartaservlet.version>

0 commit comments

Comments
 (0)