-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-34813][INFRA][3.1] Remove Scala 2.13 build GitHub Action job from branch-3.1 #31915
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
|
Could you review this, @HyukjinKwon , @srowen , @sarutak , @viirya , @attilapiros ? |
|
Thank you, @srowen ! |
|
I verified that the newly triggered GitHub Action doesn't have Scala 2.13 build test. |
…rom branch-3.1 ### What changes were proposed in this pull request? Apache Spark 3.1.x doesn't support Scala 2.13. ### Why are the changes needed? Currently, Scala 2.13 Build GitHub Action job is broken. We had better focus on Apache Spark 3.2.0 because branch-3.1 has old SBT/Scala versions and we don't support Scala 2.13 officially. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? This is a removal from GitHub Action jobs. **BEFORE** <img width="530" alt="Screen Shot 2021-03-21 at 2 29 40 PM" src="https://user-images.githubusercontent.com/9700541/111921457-ec842780-8a51-11eb-80ff-f07f0f103db9.png"> **AFTER** <img width="834" alt="Screen Shot 2021-03-21 at 2 29 10 PM" src="https://user-images.githubusercontent.com/9700541/111921464-f73ebc80-8a51-11eb-81f0-f6751db69911.png"> Closes #31915 from dongjoon-hyun/SPARK-34813. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
HyukjinKwon
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.
LGTM
|
lgtm |
|
Thank you, @HyukjinKwon and @viirya . |
|
Late +1. Thanks you @dongjoon-hyun . |
…rom branch-3.1 ### What changes were proposed in this pull request? Apache Spark 3.1.x doesn't support Scala 2.13. ### Why are the changes needed? Currently, Scala 2.13 Build GitHub Action job is broken. We had better focus on Apache Spark 3.2.0 because branch-3.1 has old SBT/Scala versions and we don't support Scala 2.13 officially. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? This is a removal from GitHub Action jobs. **BEFORE** <img width="530" alt="Screen Shot 2021-03-21 at 2 29 40 PM" src="https://user-images.githubusercontent.com/9700541/111921457-ec842780-8a51-11eb-80ff-f07f0f103db9.png"> **AFTER** <img width="834" alt="Screen Shot 2021-03-21 at 2 29 10 PM" src="https://user-images.githubusercontent.com/9700541/111921464-f73ebc80-8a51-11eb-81f0-f6751db69911.png"> Closes apache#31915 from dongjoon-hyun/SPARK-34813. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]> (cherry picked from commit d1de69f) Signed-off-by: Dongjoon Hyun <[email protected]>
What changes were proposed in this pull request?
Apache Spark 3.1.x doesn't support Scala 2.13.
Why are the changes needed?
Currently, Scala 2.13 Build GitHub Action job is broken.
We had better focus on Apache Spark 3.2.0 because branch-3.1 has old SBT/Scala versions and we don't support Scala 2.13 officially.
Does this PR introduce any user-facing change?
No.
How was this patch tested?
This is a removal from GitHub Action jobs.
BEFORE

AFTER
