This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/branch-2.0 by this push:
new 73fa968ce ORC-1899: Upgrade Spark to 4.0.0 and Scala to 2.13.16
73fa968ce is described below
commit 73fa968ce0e9d70913367a222ae16b9a441058c2
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Fri May 23 09:36:39 2025 -0700
ORC-1899: Upgrade Spark to 4.0.0 and Scala to 2.13.16
### What changes were proposed in this pull request?
This PR aims to upgrade Spark to 4.0.0 and Scala to 2.13.16.
### Why are the changes needed?
To use the latest Apache Spark 4.0.0 instead of 4.0.0-preview2.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #2230 from dongjoon-hyun/ORC-1899.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
(cherry picked from commit 1384bbd08719225b30f69aef1cff375427c7bc54)
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 c87006ed0..53a9bd5fc 100644
--- a/java/bench/pom.xml
+++ b/java/bench/pom.xml
@@ -40,8 +40,8 @@
<orc.version>${project.version}</orc.version>
<parquet.version>1.15.0</parquet.version>
<scala.binary.version>2.13</scala.binary.version>
- <scala.version>2.13.14</scala.version>
- <spark.version>4.0.0-preview2</spark.version>
+ <scala.version>2.13.16</scala.version>
+ <spark.version>4.0.0</spark.version>
</properties>
<dependencyManagement>