-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-49232][INFRA][TESTS] Remove 3.4.2 from SKIP_SPARK_RELEASE_VERSIONS
#47748
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
Conversation
| .filterNot(_.contains("preview")) | ||
| .map("""<a href="spark-(\d.\d.\d)/">""".r.findFirstMatchIn(_).get.group(1)) | ||
| .filter(_ < org.apache.spark.SPARK_VERSION) | ||
| .filterNot(skipReleaseVersions.contains).toImmutableArraySeq |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we can keep this function. I am not sure if there will be similar needs in the future that allow us to reuse it again.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should update pr title and pr description to match the change
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yea, updated.
dongjoon-hyun
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for revision according to @LuciferYang 's comment.
Could you revise the PR title and description as suggested, @panbingkun ?
SKIP_SPARK_RELEASE_VERSIONS3.4.2 from SKIP_SPARK_RELEASE_VERSIONS
Oh, I'm sorry, I miss to synchronize this update (Jira's title has also been updated). |
|
Merged to master~ |
…ERSIONS` ### What changes were proposed in this pull request? The pr aims to remove `3.4.2` from `SKIP_SPARK_RELEASE_VERSIONS(build_maven.yml)`. ### Why are the changes needed? - Why was `SKIP_SPARK_RELEASE_VERSIONS` introduced? See here: https://issues.apache.org/jira/browse/SPARK-46400 - [SPARK-46400](apache#45017) has already merged into Spark `3.4.3`, and the corresponding issue no longer exists for Spark `3.4.3+` - The following location only includes `the version` we have `fixed` for this issue https://dist.apache.org/repos/dist/release/spark/ <img width="433" alt="image" src="https://github.com/user-attachments/assets/bfdf8bca-b972-490a-bc19-cb95eb83a352"> ### Does this PR introduce _any_ user-facing change? No, only for GA's tests. ### How was this patch tested? Pass GA. ### Was this patch authored or co-authored using generative AI tooling? No. Closes apache#47748 from panbingkun/SPARK-49232. Authored-by: panbingkun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
…ERSIONS` ### What changes were proposed in this pull request? The pr aims to remove `3.4.2` from `SKIP_SPARK_RELEASE_VERSIONS(build_maven.yml)`. ### Why are the changes needed? - Why was `SKIP_SPARK_RELEASE_VERSIONS` introduced? See here: https://issues.apache.org/jira/browse/SPARK-46400 - [SPARK-46400](apache#45017) has already merged into Spark `3.4.3`, and the corresponding issue no longer exists for Spark `3.4.3+` - The following location only includes `the version` we have `fixed` for this issue https://dist.apache.org/repos/dist/release/spark/ <img width="433" alt="image" src="https://github.com/user-attachments/assets/bfdf8bca-b972-490a-bc19-cb95eb83a352"> ### Does this PR introduce _any_ user-facing change? No, only for GA's tests. ### How was this patch tested? Pass GA. ### Was this patch authored or co-authored using generative AI tooling? No. Closes apache#47748 from panbingkun/SPARK-49232. Authored-by: panbingkun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
…ERSIONS` ### What changes were proposed in this pull request? The pr aims to remove `3.4.2` from `SKIP_SPARK_RELEASE_VERSIONS(build_maven.yml)`. ### Why are the changes needed? - Why was `SKIP_SPARK_RELEASE_VERSIONS` introduced? See here: https://issues.apache.org/jira/browse/SPARK-46400 - [SPARK-46400](apache#45017) has already merged into Spark `3.4.3`, and the corresponding issue no longer exists for Spark `3.4.3+` - The following location only includes `the version` we have `fixed` for this issue https://dist.apache.org/repos/dist/release/spark/ <img width="433" alt="image" src="https://github.com/user-attachments/assets/bfdf8bca-b972-490a-bc19-cb95eb83a352"> ### Does this PR introduce _any_ user-facing change? No, only for GA's tests. ### How was this patch tested? Pass GA. ### Was this patch authored or co-authored using generative AI tooling? No. Closes apache#47748 from panbingkun/SPARK-49232. Authored-by: panbingkun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
What changes were proposed in this pull request?
The pr aims to remove
3.4.2fromSKIP_SPARK_RELEASE_VERSIONS(build_maven.yml).Why are the changes needed?
Why was
SKIP_SPARK_RELEASE_VERSIONSintroduced? See here: https://issues.apache.org/jira/browse/SPARK-46400SPARK-46400 has already merged into Spark
3.4.3, and the corresponding issue no longer exists for Spark3.4.3+The following location only includes

the versionwe havefixedfor this issuehttps://dist.apache.org/repos/dist/release/spark/
Does this PR introduce any user-facing change?
No, only for GA's tests.
How was this patch tested?
Pass GA.
Was this patch authored or co-authored using generative AI tooling?
No.