Skip to content

Commit b0ba951

Browse files
committed
took out comment
1 parent 728d70a commit b0ba951

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/k8s/KubernetesUtils.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,6 @@ private[spark] object KubernetesUtils {
158158
}
159159

160160
def formatTime(time: String): String = {
161-
// TODO: Investigate form `time` comes in as there was a DataType
162-
// change from Time to String
163161
if (time != null) time else "N/A"
164162
}
165163
}

0 commit comments

Comments
 (0)