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 233251a  [SPARK-50670] Use Spark 3.5.4 in E2E tests
233251a is described below

commit 233251a22f25eedef540039b5ea012095e76f395
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Wed Dec 25 13:22:52 2024 -0800

    [SPARK-50670] Use Spark 3.5.4 in E2E tests
    
    ### What changes were proposed in this pull request?
    
    This PR aims to use Spark 3.5.4 in E2E tests.
    
    ### Why are the changes needed?
    
    To use the latest Spark versions in testing.
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    Pass the CIs.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #149 from dongjoon-hyun/SPARK-50670.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 tests/e2e/python/chainsaw-test.yaml         | 4 ++--
 tests/e2e/spark-versions/chainsaw-test.yaml | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/tests/e2e/python/chainsaw-test.yaml 
b/tests/e2e/python/chainsaw-test.yaml
index 9d22b50..d0189bb 100644
--- a/tests/e2e/python/chainsaw-test.yaml
+++ b/tests/e2e/python/chainsaw-test.yaml
@@ -23,11 +23,11 @@ spec:
   scenarios:
     - bindings:
         - name: "SPARK_VERSION"
-          value: "3.5.3"
+          value: "3.5.4"
         - name: "SCALA_VERSION"
           value: "2.12"
         - name: "IMAGE"
-          value: "apache/spark:3.5.3-scala2.12-java17-python3-ubuntu"
+          value: "apache/spark:3.5.4-scala2.12-java17-python3-ubuntu"
   steps:
     - name: install-spark-application
       try:
diff --git a/tests/e2e/spark-versions/chainsaw-test.yaml 
b/tests/e2e/spark-versions/chainsaw-test.yaml
index d64a262..74ca559 100644
--- a/tests/e2e/spark-versions/chainsaw-test.yaml
+++ b/tests/e2e/spark-versions/chainsaw-test.yaml
@@ -32,13 +32,13 @@ spec:
         value: "apache/spark:4.0.0-preview2-scala2.13-java17-ubuntu"
   - bindings:
       - name: "SPARK_VERSION"
-        value: "3.5.3"
+        value: "3.5.4"
       - name: "SCALA_VERSION"
         value: "2.12"
       - name: "JAVA_VERSION"
         value: "17"
       - name: "IMAGE"
-        value: 'apache/spark:3.5.3-scala2.12-java17-ubuntu'
+        value: 'apache/spark:3.5.4-scala2.12-java17-ubuntu'
   - bindings:
       - name: "SPARK_VERSION"
         value: "3.4.3"


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

Reply via email to