This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch branch-3.3
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/branch-3.3 by this push:
new 6780c7857dc [SPARK-45885][BUILD][3.3] Upgrade ORC to 1.7.10
6780c7857dc is described below
commit 6780c7857dc9a0333fc12e8a25acff84bfacf2af
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Fri Nov 10 08:54:38 2023 -0800
[SPARK-45885][BUILD][3.3] Upgrade ORC to 1.7.10
### What changes were proposed in this pull request?
This PR aims to upgrade ORC to 1.7.10 for Apache Spark 3.3.4
### Why are the changes needed?
To bring the latest bug fixes.
- https://github.com/apache/orc/releases/tag/v1.7.9
- https://github.com/apache/orc/releases/tag/v1.7.10
### 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 #43756 from dongjoon-hyun/SPARK-45885.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
dev/deps/spark-deps-hadoop-2-hive-2.3 | 6 +++---
dev/deps/spark-deps-hadoop-3-hive-2.3 | 6 +++---
pom.xml | 2 +-
3 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/dev/deps/spark-deps-hadoop-2-hive-2.3
b/dev/deps/spark-deps-hadoop-2-hive-2.3
index 16ac8dc27c5..e5523d3350b 100644
--- a/dev/deps/spark-deps-hadoop-2-hive-2.3
+++ b/dev/deps/spark-deps-hadoop-2-hive-2.3
@@ -219,9 +219,9 @@ objenesis/3.2//objenesis-3.2.jar
okhttp/3.12.12//okhttp-3.12.12.jar
okio/1.14.0//okio-1.14.0.jar
opencsv/2.3//opencsv-2.3.jar
-orc-core/1.7.8//orc-core-1.7.8.jar
-orc-mapreduce/1.7.8//orc-mapreduce-1.7.8.jar
-orc-shims/1.7.8//orc-shims-1.7.8.jar
+orc-core/1.7.10//orc-core-1.7.10.jar
+orc-mapreduce/1.7.10//orc-mapreduce-1.7.10.jar
+orc-shims/1.7.10//orc-shims-1.7.10.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
diff --git a/dev/deps/spark-deps-hadoop-3-hive-2.3
b/dev/deps/spark-deps-hadoop-3-hive-2.3
index 7c2dfb3faa0..86145c3051d 100644
--- a/dev/deps/spark-deps-hadoop-3-hive-2.3
+++ b/dev/deps/spark-deps-hadoop-3-hive-2.3
@@ -208,9 +208,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.7.8//orc-core-1.7.8.jar
-orc-mapreduce/1.7.8//orc-mapreduce-1.7.8.jar
-orc-shims/1.7.8//orc-shims-1.7.8.jar
+orc-core/1.7.10//orc-core-1.7.10.jar
+orc-mapreduce/1.7.10//orc-mapreduce-1.7.10.jar
+orc-shims/1.7.10//orc-shims-1.7.10.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
diff --git a/pom.xml b/pom.xml
index 4aab8b5544e..b70ae68b1e4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -133,7 +133,7 @@
<!-- After 10.15.1.3, the minimum required version is JDK9 -->
<derby.version>10.14.2.0</derby.version>
<parquet.version>1.12.2</parquet.version>
- <orc.version>1.7.8</orc.version>
+ <orc.version>1.7.10</orc.version>
<jetty.version>9.4.48.v20220622</jetty.version>
<jakartaservlet.version>4.0.3</jakartaservlet.version>
<chill.version>0.10.0</chill.version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]