Skip to content

Commit df4d489

Browse files
committed
[SPARK-47127][INFRA] Update SKIP_SPARK_RELEASE_VERSIONS in Maven CIs
### 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 #45212 from dongjoon-hyun/SKIP_SPARK_RELEASE_VERSIONS. Authored-by: Dongjoon Hyun <dhyun@apple.com> Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
1 parent a87015e commit df4d489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ jobs:
3333
with:
3434
envs: >-
3535
{
36-
"SKIP_SPARK_RELEASE_VERSIONS": "3.3.4,3.4.2,3.5.0"
36+
"SKIP_SPARK_RELEASE_VERSIONS": "3.4.2,3.5.1"
3737
}

0 commit comments

Comments
 (0)