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/spark-kubernetes-operator.git


The following commit(s) were added to refs/heads/main by this push:
     new e32bb0d  [SPARK-54082] Upgrade Spark to `4.1.0-preview3`
e32bb0d is described below

commit e32bb0d36cc6dde8294b426a7668028aa6a0f87d
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Thu Oct 30 07:28:34 2025 -0700

    [SPARK-54082] Upgrade Spark to `4.1.0-preview3`
    
    ### What changes were proposed in this pull request?
    
    This PR aims to upgrade Spark to `4.1.0-preview3`.
    
    ### Why are the changes needed?
    
    Apache Spark 4.1.0-preview3 arrived.
    - https://spark.apache.org/docs/4.1.0-preview3/
    - https://archive.apache.org/dist/spark/spark-4.1.0-preview3/
    
    ### Does this PR introduce _any_ user-facing change?
    
    To be ready to use the latest Apache Spark 4.1.0 features.
    
    ### How was this patch tested?
    
    Pass the CIs.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #409 from dongjoon-hyun/SPARK-54082.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 gradle/libs.versions.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 506574e..ecafb75 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -19,7 +19,7 @@ fabric8 = "7.4.0"
 lombok = "1.18.42"
 operator-sdk = "5.1.4"
 dropwizard-metrics = "4.2.33"
-spark = "4.1.0-preview2"
+spark = "4.1.0-preview3"
 log4j = "2.24.3"
 slf4j = "2.0.17"
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to