Skip to content

Commit ecc27d7

Browse files
committed
[SPARK-52342] Upgrade Spark 3 tests to use 3.5.6
### What changes were proposed in this pull request? This PR aims to upgrade Spark 3 tests to use 3.5.6 instead of 3.5.5. ### Why are the changes needed? Apache Spark 3.5.6 is the latest release of 3.x line ### 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 #231 from dongjoon-hyun/SPARK-52342. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent de0dd6c commit ecc27d7

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

0 commit comments

Comments
 (0)