This is an automated email from the ASF dual-hosted git repository. dongjoon pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push: new ba2346e19bee [SPARK-52967][BUILD] Upgrade ORC to 2.2.0 ba2346e19bee is described below commit ba2346e19beebd5cf0dd4b9a1d03f307b3e15809 Author: William Hyun <will...@apache.org> AuthorDate: Wed Jul 30 07:15:46 2025 -0700 [SPARK-52967][BUILD] Upgrade ORC to 2.2.0 ### What changes were proposed in this pull request? This PR aims to upgrade ORC to 2.2.0. 2.2.0 RC1 is currently under voting. ### Why are the changes needed? Apache ORC 2.2.0 is a new feature release. - https://github.com/apache/orc/releases/tag/v2.2.0 - apache/orc#2032 - apache/orc#2338 - apache/orc#2269 - apache/orc#2249 - apache/orc#2144 ### 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 #51676 from williamhyun/ORC-2.2.0. Authored-by: William Hyun <will...@apache.org> Signed-off-by: Dongjoon Hyun <dongj...@apache.org> --- LICENSE-binary | 2 +- dev/deps/spark-deps-hadoop-3-hive-2.3 | 8 ++++---- pom.xml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/LICENSE-binary b/LICENSE-binary index 9483bd3723c7..61a6a830dad3 100644 --- a/LICENSE-binary +++ b/LICENSE-binary @@ -386,7 +386,6 @@ org.glassfish.jersey.core:jersey-common org.glassfish.jersey.core:jersey-server org.glassfish.jersey.inject:jersey-hk2 org.javassist:javassist -org.jetbrains:annotations org.json4s:json4s-ast_2.13 org.json4s:json4s-core_2.13 org.json4s:json4s-jackson-core_2.13 @@ -462,6 +461,7 @@ org.codehaus.janino:janino org.fusesource.leveldbjni:leveldbjni-all org.jline:jline org.jpmml:pmml-model +org.locationtech.jts:jts-core org.threeten:threeten-extra python/lib/py4j-*-src.zip diff --git a/dev/deps/spark-deps-hadoop-3-hive-2.3 b/dev/deps/spark-deps-hadoop-3-hive-2.3 index 5bbf8e47b726..14d0d33fd787 100644 --- a/dev/deps/spark-deps-hadoop-3-hive-2.3 +++ b/dev/deps/spark-deps-hadoop-3-hive-2.3 @@ -9,7 +9,6 @@ aliyun-java-sdk-core/4.5.10//aliyun-java-sdk-core-4.5.10.jar aliyun-java-sdk-kms/2.11.0//aliyun-java-sdk-kms-2.11.0.jar aliyun-java-sdk-ram/3.1.0//aliyun-java-sdk-ram-3.1.0.jar aliyun-sdk-oss/3.13.2//aliyun-sdk-oss-3.13.2.jar -annotations/17.0.0//annotations-17.0.0.jar antlr-runtime/3.5.2//antlr-runtime-3.5.2.jar antlr4-runtime/4.13.1//antlr4-runtime-4.13.1.jar aopalliance-repackaged/3.0.6//aopalliance-repackaged-3.0.6.jar @@ -154,6 +153,7 @@ json4s-jackson_2.13/4.0.7//json4s-jackson_2.13-4.0.7.jar json4s-scalap_2.13/4.0.7//json4s-scalap_2.13-4.0.7.jar jsr305/3.0.0//jsr305-3.0.0.jar jta/1.1//jta-1.1.jar +jts-core/1.20.0//jts-core-1.20.0.jar jul-to-slf4j/2.0.17//jul-to-slf4j-2.0.17.jar kryo-shaded/4.0.3//kryo-shaded-4.0.3.jar kubernetes-client-api/7.3.1//kubernetes-client-api-7.3.1.jar @@ -232,10 +232,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.1.3/shaded-protobuf/orc-core-2.1.3-shaded-protobuf.jar +orc-core/2.2.0/shaded-protobuf/orc-core-2.2.0-shaded-protobuf.jar orc-format/1.1.0/shaded-protobuf/orc-format-1.1.0-shaded-protobuf.jar -orc-mapreduce/2.1.3/shaded-protobuf/orc-mapreduce-2.1.3-shaded-protobuf.jar -orc-shims/2.1.3//orc-shims-2.1.3.jar +orc-mapreduce/2.2.0/shaded-protobuf/orc-mapreduce-2.2.0-shaded-protobuf.jar +orc-shims/2.2.0//orc-shims-2.2.0.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.3//paranamer-2.8.3.jar diff --git a/pom.xml b/pom.xml index 0b737f346e62..2ecf89af8d07 100644 --- a/pom.xml +++ b/pom.xml @@ -140,7 +140,7 @@ <!-- After 10.17.1.0, the minimum required version is JDK19 --> <derby.version>10.16.1.1</derby.version> <parquet.version>1.15.2</parquet.version> - <orc.version>2.1.3</orc.version> + <orc.version>2.2.0</orc.version> <orc.classifier>shaded-protobuf</orc.classifier> <jetty.version>11.0.25</jetty.version> <jakartaservlet.version>5.0.0</jakartaservlet.version> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org