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

    https://github.com/apache/spark/pull/22335#discussion_r216123919
  
    --- Diff: core/src/main/scala/org/apache/spark/status/LiveEntity.scala ---
    @@ -33,7 +29,9 @@ import org.apache.spark.storage.RDDInfo
     import org.apache.spark.ui.SparkUI
     import org.apache.spark.util.AccumulatorContext
     import org.apache.spark.util.collection.OpenHashSet
    -import org.apache.spark.util.kvstore.KVStore
    +
    +import scala.collection.immutable.{HashSet, TreeSet}
    +import scala.collection.mutable.HashMap
     
    --- End diff --
    
    My IDE automatically changed that order, I think we import classes in order 
is ok, so remained that.


---

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

Reply via email to