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

    https://github.com/apache/spark/pull/23252#discussion_r239990434
  
    --- Diff: 
resource-managers/kubernetes/core/src/test/scala/org/apache/spark/deploy/k8s/features/BasicExecutorFeatureStepSuite.scala
 ---
    @@ -16,10 +16,13 @@
      */
     package org.apache.spark.deploy.k8s.features
     
    -import scala.collection.JavaConverters._
    +import java.io.File
    +import java.nio.charset.StandardCharsets
    +import java.nio.file.Files
     
     import io.fabric8.kubernetes.api.model._
     import org.scalatest.BeforeAndAfter
    +import scala.collection.JavaConverters._
    --- End diff --
    
    Think I fixed this.


---

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

Reply via email to