This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch branch-2.2
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/branch-2.2 by this push:
new a8487d668 ORC-1987: Upgrade Spark to 4.0.1 in `bench` module
a8487d668 is described below
commit a8487d668faae271733428160aa70fd95490c928
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Sat Sep 6 08:42:55 2025 -0700
ORC-1987: Upgrade Spark to 4.0.1 in `bench` module
### What changes were proposed in this pull request?
This PR aims to upgrade Spark to 4.0.1 in `bench` module.
### Why are the changes needed?
To use the latest one to test.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #2372 from dongjoon-hyun/ORC-1987.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
(cherry picked from commit 53f3adbe28f93a68a770264c76a5089002a2a337)
Signed-off-by: Dongjoon Hyun <[email protected]>
---
java/bench/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/bench/pom.xml b/java/bench/pom.xml
index d8d305a29..f31a725dd 100644
--- a/java/bench/pom.xml
+++ b/java/bench/pom.xml
@@ -41,7 +41,7 @@
<parquet.version>1.15.2</parquet.version>
<scala.binary.version>2.13</scala.binary.version>
<scala.version>2.13.16</scala.version>
- <spark.version>4.0.0</spark.version>
+ <spark.version>4.0.1</spark.version>
</properties>
<dependencyManagement>