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

    https://github.com/apache/spark/pull/19678#discussion_r149276157
  
    --- Diff: core/src/test/scala/org/apache/spark/ui/StagePageSuite.scala ---
    @@ -22,13 +22,14 @@ import javax.servlet.http.HttpServletRequest
     
     import scala.xml.Node
     
    +import org.mockito.Matchers.anyString
     import org.mockito.Mockito.{mock, when, RETURNS_SMART_NULLS}
     
     import org.apache.spark._
     import org.apache.spark.executor.TaskMetrics
     import org.apache.spark.scheduler._
    +import org.apache.spark.status.AppStatusStore
     import org.apache.spark.storage.StorageStatusListener
    --- End diff --
    
    nit: this import is no longer used


---

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

Reply via email to