dongjoon-hyun commented on code in PR #48079:
URL: https://github.com/apache/spark/pull/48079#discussion_r1755137974
##########
resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/k8s/KubernetesVolumeUtils.scala:
##########
@@ -127,4 +129,20 @@ object KubernetesVolumeUtils {
}
}
}
+
+ /**
+ * Converts string of labels to consumable java Map
+ *
+ * @param labels labels in format : k1=v1,k2=v2
+ * @return Map[k1->v1, k2->v2]
+ */
+ private def convertStringLabelsToMap(labels: Option[String]): Map[String,
String] = {
Review Comment:
I believe we don't need this helper.
--
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]