Github user ifilonenko commented on a diff in the pull request:

    https://github.com/apache/spark/pull/22820#discussion_r228269911
  
    --- Diff: 
resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/k8s/KubernetesUtils.scala
 ---
    @@ -157,7 +157,10 @@ private[spark] object KubernetesUtils {
           }.getOrElse(Seq(("container state", "N/A")))
       }
     
    -  def formatTime(time: Time): String = {
    -    if (time != null) time.getTime else "N/A"
    +  def formatTime(time: String): String = {
    --- End diff --
    
    The `time.getTime` is now a String. I wanted to keep the functionality, I 
would remove if you deem it to be unnecessary. 


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to