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 8a1825d [SPARK-52199] Remove `Spark 3.4.3` bindings in `spark-versions` E2E test 8a1825d is described below commit 8a1825d901ab46c23f72941f4f730e048bd6c0b6 Author: Dongjoon Hyun <dongj...@apache.org> AuthorDate: Fri May 16 19:55:46 2025 -0700 [SPARK-52199] Remove `Spark 3.4.3` bindings in `spark-versions` E2E test ### What changes were proposed in this pull request? This PR aims to remove `Spark 3.4.3` bindings in `spark-versions` E2E test. ### Why are the changes needed? This is a leftover from the initial contribution. Since Apache Spark 3.4.x reached EOL, we had better remove this. ### 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 #207 from dongjoon-hyun/SPARK-52199. Authored-by: Dongjoon Hyun <dongj...@apache.org> Signed-off-by: Dongjoon Hyun <dongj...@apache.org> --- tests/e2e/spark-versions/chainsaw-test.yaml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/tests/e2e/spark-versions/chainsaw-test.yaml b/tests/e2e/spark-versions/chainsaw-test.yaml index a761ed7..91323bd 100644 --- a/tests/e2e/spark-versions/chainsaw-test.yaml +++ b/tests/e2e/spark-versions/chainsaw-test.yaml @@ -39,15 +39,6 @@ spec: value: "17" - name: "IMAGE" value: 'apache/spark:3.5.5-scala2.12-java17-ubuntu' - - bindings: - - name: "SPARK_VERSION" - value: "3.4.3" - - name: "SCALA_VERSION" - value: "2.12" - - name: "JAVA_VERSION" - value: "11" - - name: "IMAGE" - value: 'apache/spark:3.4.3-scala2.12-java11-ubuntu' - bindings: - name: "SPARK_VERSION" value: "4.0.0-preview2" --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org