Skip to content

Commit

Permalink
[SPARK-50316][BUILD][3.5] Upgrade ORC to 1.9.5
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?

This PR aims to upgrade ORC to 1.9.5 for Apache Spark 3.5.4.

### Why are the changes needed?

To bring the latest bug fix:
- https://orc.apache.org/news/2024/11/14/ORC-1.9.5/
  - apache/orc#1960

### Does this PR introduce _any_ user-facing change?

No.

### How was this patch tested?

Pass the CIs.

### Was this patch authored or co-authored using generative AI tooling?

No.

Closes #48845 from dongjoon-hyun/SPARK-50316.

Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
  • Loading branch information
dongjoon-hyun committed Nov 14, 2024
1 parent 8502a22 commit e0bdfee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions dev/deps/spark-deps-hadoop-3-hive-2.3
Original file line number Diff line number Diff line change
Expand Up @@ -212,9 +212,9 @@ opencsv/2.3//opencsv-2.3.jar
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/1.9.4/shaded-protobuf/orc-core-1.9.4-shaded-protobuf.jar
orc-mapreduce/1.9.4/shaded-protobuf/orc-mapreduce-1.9.4-shaded-protobuf.jar
orc-shims/1.9.4//orc-shims-1.9.4.jar
orc-core/1.9.5/shaded-protobuf/orc-core-1.9.5-shaded-protobuf.jar
orc-mapreduce/1.9.5/shaded-protobuf/orc-mapreduce-1.9.5-shaded-protobuf.jar
orc-shims/1.9.5//orc-shims-1.9.5.jar
oro/2.0.8//oro-2.0.8.jar
osgi-resource-locator/1.0.3//osgi-resource-locator-1.0.3.jar
paranamer/2.8//paranamer-2.8.jar
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
<!-- After 10.15.1.3, the minimum required version is JDK9 -->
<derby.version>10.14.2.0</derby.version>
<parquet.version>1.13.1</parquet.version>
<orc.version>1.9.4</orc.version>
<orc.version>1.9.5</orc.version>
<orc.classifier>shaded-protobuf</orc.classifier>
<jetty.version>9.4.56.v20240826</jetty.version>
<jakartaservlet.version>4.0.3</jakartaservlet.version>
Expand Down

0 comments on commit e0bdfee

Please sign in to comment.