This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch branch-1.9
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/branch-1.9 by this push:
new 730c295cf ORC-1818: Upgrade Spark to 3.5.4 in bench module
730c295cf is described below
commit 730c295cf0b2f0dad64d1b369588ededaf13d01a
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Fri Dec 20 09:51:26 2024 -0800
ORC-1818: Upgrade Spark to 3.5.4 in bench module
### What changes were proposed in this pull request?
This PR aims to upgrade Spark to 3.5.4 in `bench` module for Apache ORC
1.9.x
### Why are the changes needed?
Apache Spark 3.5.4 is released.
- https://spark.apache.org/news/spark-3-5-4-released.html
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #2090 from dongjoon-hyun/ORC-1818.
Authored-by: Dongjoon Hyun <[email protected]>
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 fc0917d8e..dd4da3f99 100644
--- a/java/bench/pom.xml
+++ b/java/bench/pom.xml
@@ -40,7 +40,7 @@
<junit.version>5.9.3</junit.version>
<orc.version>${project.version}</orc.version>
<parquet.version>1.13.1</parquet.version>
- <spark.version>3.5.3</spark.version>
+ <spark.version>3.5.4</spark.version>
</properties>
<dependencyManagement>