Skip to content

Commit 233251a

Browse files
committed
[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]>
1 parent 76b3aae commit 233251a

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.3"
26+
value: "3.5.4"
2727
- name: "SCALA_VERSION"
2828
value: "2.12"
2929
- name: "IMAGE"
30-
value: "apache/spark:3.5.3-scala2.12-java17-python3-ubuntu"
30+
value: "apache/spark:3.5.4-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.3"
35+
value: "3.5.4"
3636
- name: "SCALA_VERSION"
3737
value: "2.12"
3838
- name: "JAVA_VERSION"
3939
value: "17"
4040
- name: "IMAGE"
41-
value: 'apache/spark:3.5.3-scala2.12-java17-ubuntu'
41+
value: 'apache/spark:3.5.4-scala2.12-java17-ubuntu'
4242
- bindings:
4343
- name: "SPARK_VERSION"
4444
value: "3.4.3"

0 commit comments

Comments
 (0)