Github user cloud-fan commented on a diff in the pull request:

    https://github.com/apache/spark/pull/19211#discussion_r139877613
  
    --- Diff: 
core/src/main/scala/org/apache/spark/scheduler/LiveListenerBus.scala ---
    @@ -39,20 +41,13 @@ import org.apache.spark.util.Utils
      * has started will events be actually propagated to all attached 
listeners. This listener bus
      * is stopped when `stop()` is called, and it will drop further events 
after stopping.
      */
    -private[spark] class LiveListenerBus(conf: SparkConf) extends 
SparkListenerBus {
    -
    -  self =>
    +private[spark] class LiveListenerBus(conf: SparkConf) {
    --- End diff --
    
    oh sorry I missed that, `LiveListenerBus` doesn't extend `SparkListenerBus` 
anymore.


---

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

Reply via email to