HyukjinKwon commented on code in PR #36322:
URL: https://github.com/apache/spark/pull/36322#discussion_r857218021
##########
resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/k8s/Config.scala:
##########
@@ -257,10 +257,10 @@ private[spark] object Config extends Logging {
val KUBERNETES_DRIVER_SUBMIT_CHECK =
ConfigBuilder("spark.kubernetes.submitInDriver")
- .internal()
- .version("2.4.0")
- .booleanConf
- .createWithDefault(false)
+ .internal()
+ .version("2.4.0")
+ .booleanConf
+ .createWithDefault(false)
Review Comment:
I think it's not worthwhile as it will cause a conflict against old branches
when you backport stuff. Maybe let's fix it together when you happen to fix
codes around here.
--
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]