This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/main by this push:
new 80b17fd64 ORC-2037: Upgrade Spark to 4.1.0 and Scala to 2.13.17
80b17fd64 is described below
commit 80b17fd6487c78d36d32bb86cb043f830dbbe102
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Fri Dec 19 15:53:34 2025 -0800
ORC-2037: Upgrade Spark to 4.1.0 and Scala to 2.13.17
### What changes were proposed in this pull request?
This PR aims to upgrade Spark to 4.1.0 and Scala to 2.13.17 .
### Why are the changes needed?
Apache Spark 4.1.0 is released officially.
- https://github.com/apache/spark/releases/tag/v4.1.0
- https://spark.apache.org/docs/4.1.0/
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #2463 from dongjoon-hyun/ORC-2037.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
java/bench/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/java/bench/pom.xml b/java/bench/pom.xml
index e082c2f03..55521a6ad 100644
--- a/java/bench/pom.xml
+++ b/java/bench/pom.xml
@@ -40,8 +40,8 @@
<orc.version>${project.version}</orc.version>
<parquet.version>1.16.0</parquet.version>
<scala.binary.version>2.13</scala.binary.version>
- <scala.version>2.13.16</scala.version>
- <spark.version>4.0.1</spark.version>
+ <scala.version>2.13.17</scala.version>
+ <spark.version>4.1.0</spark.version>
</properties>
<dependencyManagement>