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 6bce54977 ORC-1624: Upgrade Spark to 3.5.1
6bce54977 is described below
commit 6bce549777294472c90c89b06b38c856d8736662
Author: sychen <[email protected]>
AuthorDate: Thu Feb 22 21:29:46 2024 -0800
ORC-1624: Upgrade Spark to 3.5.1
### What changes were proposed in this pull request?
This PR aims to upgrade the benchmark module to use Spark 3.5.1.
### Why are the changes needed?
### How was this patch tested?
GA
### Was this patch authored or co-authored using generative AI tooling?
No
Closes #1809 from cxzl25/ORC-1624.
Authored-by: sychen <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
(cherry picked from commit f6edbada11b57ee9ba654df06cd2ed3e233defe6)
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 feca34ec9..dc36d0d96 100644
--- a/java/bench/pom.xml
+++ b/java/bench/pom.xml
@@ -39,7 +39,7 @@
<junit.version>5.10.1</junit.version>
<orc.version>${project.version}</orc.version>
<parquet.version>1.13.1</parquet.version>
- <spark.version>3.5.0</spark.version>
+ <spark.version>3.5.1</spark.version>
</properties>
<dependencyManagement>