Skip to content

Commit 4bb3d40

Browse files
committed
[SPARK-51352] Use Spark 3.5.5 in E2E tests
### What changes were proposed in this pull request? This PR aims to use Apache Spark 3.5.5 in E2E tests. ### Why are the changes needed? To have a test coverage on the latest Apache Spark images. ### 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 apache#160 from dongjoon-hyun/SPARK-51352. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent 49bceda commit 4bb3d40

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tests/e2e/python/chainsaw-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ spec:
2323
scenarios:
2424
- bindings:
2525
- name: "SPARK_VERSION"
26-
value: "3.5.4"
26+
value: "3.5.5"
2727
- name: "SCALA_VERSION"
2828
value: "2.12"
2929
- name: "IMAGE"
30-
value: "apache/spark:3.5.4-scala2.12-java17-python3-ubuntu"
30+
value: "apache/spark:3.5.5-scala2.12-java17-python3-ubuntu"
3131
steps:
3232
- name: install-spark-application
3333
try:

tests/e2e/spark-versions/chainsaw-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ spec:
3232
value: "apache/spark:4.0.0-preview2-scala2.13-java17-ubuntu"
3333
- bindings:
3434
- name: "SPARK_VERSION"
35-
value: "3.5.4"
35+
value: "3.5.5"
3636
- name: "SCALA_VERSION"
3737
value: "2.12"
3838
- name: "JAVA_VERSION"
3939
value: "17"
4040
- name: "IMAGE"
41-
value: 'apache/spark:3.5.4-scala2.12-java17-ubuntu'
41+
value: 'apache/spark:3.5.5-scala2.12-java17-ubuntu'
4242
- bindings:
4343
- name: "SPARK_VERSION"
4444
value: "3.4.3"

0 commit comments

Comments
 (0)