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

    https://github.com/apache/spark/pull/21660#discussion_r199562616
  
    --- Diff: 
resource-managers/kubernetes/integration-tests/src/test/scala/org/apache/spark/deploy/k8s/integrationtest/KubernetesSuite.scala
 ---
    @@ -21,17 +21,17 @@ import java.nio.file.{Path, Paths}
     import java.util.UUID
     import java.util.regex.Pattern
     
    -import scala.collection.JavaConverters._
    -
     import com.google.common.io.PatternFilenameFilter
     import io.fabric8.kubernetes.api.model.{Container, Pod}
     import org.scalatest.{BeforeAndAfter, BeforeAndAfterAll}
     import org.scalatest.concurrent.{Eventually, PatienceConfiguration}
     import org.scalatest.time.{Minutes, Seconds, Span}
    +import scala.collection.JavaConverters._
    --- End diff --
    
    This is actually correct, the scalastyle check fails without it.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to