-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-32971][K8S][FOLLOWUP] Fix k8s-core module compilation in Scala 2.13 #29861
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
|
cc @dongjoon-hyun The change of SPARK-32971 blocking GitHub 2.13 build Action |
|
also ping @HyukjinKwon |
|
|
||
| override def getAdditionalKubernetesResources(): Seq[HasMetadata] = { | ||
| additionalResources | ||
| additionalResources.toSeq |
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.
|
Kubernetes integration test starting |
|
Please reopen this if the master branch is broken really. |
|
@dongjoon-hyun ok, I found #29859 fix this today :) |
|
:) |
|
Kubernetes integration test status success |
|
Test build #129061 has finished for PR 29861 at commit
|

What changes were proposed in this pull request?
Manual call
toSeqofMountVolumesFeatureStep.getAdditionalKubernetesResourcesmethod becauseArrayBuffernot aSeqin Scala 2.13Why are the changes needed?
We need to support a Scala 2.13 build.
Does this PR introduce any user-facing change?
No
How was this patch tested?
Scala 2.12: Pass the Jenkins or GitHub Action
Scala 2.13: Pass GitHub 2.13 Build Action