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 cf8657b85 ORC-1778: Upgrade Spark to 4.0.0-preview2
cf8657b85 is described below

commit cf8657b8565f37827da5d84bccf41cc96e13ea15
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]>
    (cherry picked from commit 54ca5118e2adb1d983a5326cded48fade00e0813)
    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 f8519ed83..61fcace27 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>

Reply via email to