Skip to content

Commit

Permalink
[SPARK-47127][INFRA] Update SKIP_SPARK_RELEASE_VERSIONS in Maven CIs
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?

This PR aims to update `SKIP_SPARK_RELEASE_VERSIONS` in Maven CIs in order to prevent failures.

### Why are the changes needed?

- To skip newly released Apache Spark 3.5.1
- To remove deleted Apache Spark 3.3.4 and 3.5.0.

### Does this PR introduce _any_ user-facing change?

No.

### How was this patch tested?

This should be tested after merging.

### Was this patch authored or co-authored using generative AI tooling?

No.

Closes apache#45212 from dongjoon-hyun/SKIP_SPARK_RELEASE_VERSIONS.

Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
  • Loading branch information
dongjoon-hyun committed Feb 22, 2024
1 parent a87015e commit df4d489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ jobs:
with:
envs: >-
{
"SKIP_SPARK_RELEASE_VERSIONS": "3.3.4,3.4.2,3.5.0"
"SKIP_SPARK_RELEASE_VERSIONS": "3.4.2,3.5.1"
}

0 comments on commit df4d489

Please sign in to comment.