Skip to content

Commit

Permalink
[SPARK-49818] Update E2E tests to use Spark 3.5.3
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?

This PR aims to update E2E tests to use Apache Spark 3.5.3 instead of 3.5.2.

### Why are the changes needed?

To test the latest Apache Spark 3.5.x.

### 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 #138 from dongjoon-hyun/SPARK-49818.

Authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
  • Loading branch information
dongjoon-hyun committed Sep 27, 2024
1 parent b2cee84 commit 8f7668a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/e2e/python/chainsaw-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ spec:
scenarios:
- bindings:
- name: "SPARK_VERSION"
value: "3.5.2"
value: "3.5.3"
- name: "SCALA_VERSION"
value: "2.12"
- name: "IMAGE"
value: "apache/spark:3.5.2-scala2.12-java17-python3-ubuntu"
value: "apache/spark:3.5.3-scala2.12-java17-python3-ubuntu"
steps:
- name: install-spark-application
try:
Expand Down
4 changes: 2 additions & 2 deletions tests/e2e/spark-versions/chainsaw-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ spec:
value: "apache/spark:4.0.0-preview2-scala2.13-java17-ubuntu"
- bindings:
- name: "SPARK_VERSION"
value: "3.5.2"
value: "3.5.3"
- name: "SCALA_VERSION"
value: "2.12"
- name: "JAVA_VERSION"
value: "17"
- name: "IMAGE"
value: 'apache/spark:3.5.2-scala2.12-java17-ubuntu'
value: 'apache/spark:3.5.3-scala2.12-java17-ubuntu'
- bindings:
- name: "SPARK_VERSION"
value: "3.4.3"
Expand Down

0 comments on commit 8f7668a

Please sign in to comment.