joan38 commented on code in PR #50474:
URL: https://github.com/apache/spark/pull/50474#discussion_r2198334367
##########
resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/k8s/SparkKubernetesClientFactory.scala:
##########
@@ -128,17 +128,17 @@ object SparkKubernetesClientFactory extends Logging {
object ClientType extends Enumeration {
import scala.language.implicitConversions
- val Driver = Val(DRIVER_CLIENT_REQUEST_TIMEOUT,
DRIVER_CLIENT_CONNECTION_TIMEOUT)
- val Submission = Val(SUBMISSION_CLIENT_REQUEST_TIMEOUT,
SUBMISSION_CLIENT_CONNECTION_TIMEOUT)
+ val Driver = ClientTypeVal(DRIVER_CLIENT_REQUEST_TIMEOUT,
DRIVER_CLIENT_CONNECTION_TIMEOUT)
Review Comment:
This PR does not cross compile with Scala 3. This would come into a separate
PR.
This is a small PR to make Scala 2.13 cross compilable. The big PR actually
cross compiling would build on this one.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]