Skip to content

Commit

Permalink
[SPARK-50317][BUILD] Upgrade ORC to 2.0.3
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 2.0.3 for Apache Spark 4.0.0.

### Why are the changes needed?

To bring the latest bug fixes

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

- https://github.com/apache/orc/releases/tag/v2.0.3
- https://orc.apache.org/news/2024/11/14/ORC-2.0.3/

### How was this patch tested?

Pass the CIs.

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

No.

Closes #48846 from dongjoon-hyun/SPARK-50317.

Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
  • Loading branch information
dongjoon-hyun committed Nov 14, 2024
1 parent c2343f7 commit e0a83f6
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 @@ -234,10 +234,10 @@ 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/2.0.2/shaded-protobuf/orc-core-2.0.2-shaded-protobuf.jar
orc-core/2.0.3/shaded-protobuf/orc-core-2.0.3-shaded-protobuf.jar
orc-format/1.0.0/shaded-protobuf/orc-format-1.0.0-shaded-protobuf.jar
orc-mapreduce/2.0.2/shaded-protobuf/orc-mapreduce-2.0.2-shaded-protobuf.jar
orc-shims/2.0.2//orc-shims-2.0.2.jar
orc-mapreduce/2.0.3/shaded-protobuf/orc-mapreduce-2.0.3-shaded-protobuf.jar
orc-shims/2.0.3//orc-shims-2.0.3.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 @@ -139,7 +139,7 @@
<!-- After 10.17.1.0, the minimum required version is JDK19 -->
<derby.version>10.16.1.1</derby.version>
<parquet.version>1.14.4</parquet.version>
<orc.version>2.0.2</orc.version>
<orc.version>2.0.3</orc.version>
<orc.classifier>shaded-protobuf</orc.classifier>
<jetty.version>11.0.24</jetty.version>
<jakartaservlet.version>5.0.0</jakartaservlet.version>
Expand Down

0 comments on commit e0a83f6

Please sign in to comment.