Skip to content

Commit 1a5b9f2

Browse files
williamhyundongjoon-hyun
authored andcommitted
[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 <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent cd6aa58 commit 1a5b9f2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ JTransforms/3.1//JTransforms-3.1.jar
44
RoaringBitmap/0.9.45//RoaringBitmap-0.9.45.jar
55
ST4/4.0.4//ST4-4.0.4.jar
66
activation/1.1.1//activation-1.1.1.jar
7-
aircompressor/0.21//aircompressor-0.21.jar
7+
aircompressor/0.24//aircompressor-0.24.jar
88
algebra_2.12/2.0.1//algebra_2.12-2.0.1.jar
99
aliyun-java-sdk-core/4.5.10//aliyun-java-sdk-core-4.5.10.jar
1010
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
208208
opentracing-api/0.33.0//opentracing-api-0.33.0.jar
209209
opentracing-noop/0.33.0//opentracing-noop-0.33.0.jar
210210
opentracing-util/0.33.0//opentracing-util-0.33.0.jar
211-
orc-core/1.8.4/shaded-protobuf/orc-core-1.8.4-shaded-protobuf.jar
212-
orc-mapreduce/1.8.4/shaded-protobuf/orc-mapreduce-1.8.4-shaded-protobuf.jar
213-
orc-shims/1.8.4//orc-shims-1.8.4.jar
211+
orc-core/1.9.0/shaded-protobuf/orc-core-1.9.0-shaded-protobuf.jar
212+
orc-mapreduce/1.9.0/shaded-protobuf/orc-mapreduce-1.9.0-shaded-protobuf.jar
213+
orc-shims/1.9.0//orc-shims-1.9.0.jar
214214
oro/2.0.8//oro-2.0.8.jar
215215
osgi-resource-locator/1.0.3//osgi-resource-locator-1.0.3.jar
216216
paranamer/2.8//paranamer-2.8.jar

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
<!-- After 10.15.1.3, the minimum required version is JDK9 -->
142142
<derby.version>10.14.2.0</derby.version>
143143
<parquet.version>1.13.1</parquet.version>
144-
<orc.version>1.8.4</orc.version>
144+
<orc.version>1.9.0</orc.version>
145145
<orc.classifier>shaded-protobuf</orc.classifier>
146146
<jetty.version>9.4.51.v20230217</jetty.version>
147147
<jakartaservlet.version>4.0.3</jakartaservlet.version>

0 commit comments

Comments
 (0)