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 54ca5118e ORC-1778: Upgrade Spark to 4.0.0-preview2
54ca5118e is described below
commit 54ca5118e2adb1d983a5326cded48fade00e0813
Author: sychen <[email protected]>
AuthorDate: Mon Sep 23 00:37:49 2024 -0700
ORC-1778: Upgrade Spark to 4.0.0-preview2
### What changes were proposed in this pull request?
This PR aims to upgrade the benchmark module to use Spark 4.0.0-preview2.
### Why are the changes needed?
### How was this patch tested?
GA
### Was this patch authored or co-authored using generative AI tooling?
No
Closes #2033 from cxzl25/ORC-1778.
Authored-by: sychen <[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 56c128425..cf6ed8fad 100644
--- a/java/bench/pom.xml
+++ b/java/bench/pom.xml
@@ -41,7 +41,7 @@
<parquet.version>1.14.2</parquet.version>
<scala.binary.version>2.13</scala.binary.version>
<scala.version>2.13.14</scala.version>
- <spark.version>4.0.0-preview1</spark.version>
+ <spark.version>4.0.0-preview2</spark.version>
</properties>
<dependencyManagement>