Skip to content

[SPARK-47127][INFRA] Update SKIP_SPARK_RELEASE_VERSIONS in Maven CIs #45212

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed

Conversation

dongjoon-hyun
Copy link
Member

@dongjoon-hyun dongjoon-hyun commented Feb 22, 2024

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.

@github-actions github-actions bot added the INFRA label Feb 22, 2024
@dongjoon-hyun
Copy link
Member Author

If the following PR fails, I'll file a JIRA issue and make this PR Ready.

cc @LuciferYang and @HyukjinKwon

@@ -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.0,3.5.1"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

3.3.4 is removed and 3.5.1 is added. For now, 3.5.0 is not removed yet.

https://dist.apache.org/repos/dist/release/spark/

Screenshot 2024-02-21 at 21 54 13

@dongjoon-hyun
Copy link
Member Author

Thank you, @HyukjinKwon .

@dongjoon-hyun dongjoon-hyun changed the title [WIP] Update SKIP_SPARK_RELEASE_VERSIONS in Maven CI [SPARK-47127][INFRA] Update SKIP_SPARK_RELEASE_VERSIONS in Maven CIs Feb 22, 2024
@dongjoon-hyun dongjoon-hyun marked this pull request as ready for review February 22, 2024 06:16
@dongjoon-hyun
Copy link
Member Author

Merged to master.

@dongjoon-hyun dongjoon-hyun deleted the SKIP_SPARK_RELEASE_VERSIONS branch February 22, 2024 06:19
@LuciferYang
Copy link
Contributor

LuciferYang commented Feb 22, 2024

hmm... If ivy 2.5.2 is not upgraded,I think Spark 3.5.1 can be tested and passed using maven ....

ericm-db pushed a commit to ericm-db/spark that referenced this pull request Mar 5, 2024
### 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 <dhyun@apple.com>
Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants