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 bcb25fab1 ORC-1743: Upgrade Spark to 4.0.0-preview1
bcb25fab1 is described below
commit bcb25fab10fa04ededf332beda162cc548c47e33
Author: sychen <[email protected]>
AuthorDate: Fri Jul 12 09:30:53 2024 -0700
ORC-1743: Upgrade Spark to 4.0.0-preview1
### What changes were proposed in this pull request?
This PR aims to upgrade the benchmark module to use Spark 4.0.0-preview1.
### Why are the changes needed?
### How was this patch tested?
GA
### Was this patch authored or co-authored using generative AI tooling?
No
Closes #1909 from cxzl25/support_spark_4.
Authored-by: sychen <[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 fdc9cbae4..0dd738b93 100644
--- a/java/bench/pom.xml
+++ b/java/bench/pom.xml
@@ -40,8 +40,8 @@
<orc.version>${project.version}</orc.version>
<parquet.version>1.13.1</parquet.version>
<scala.binary.version>2.13</scala.binary.version>
- <scala.version>2.13.8</scala.version>
- <spark.version>3.5.1</spark.version>
+ <scala.version>2.13.14</scala.version>
+ <spark.version>4.0.0-preview1</spark.version>
</properties>
<dependencyManagement>