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

    https://github.com/apache/spark/pull/23065#discussion_r234393720
  
    --- Diff: 
external/kafka-0-10-sql/src/test/scala/org/apache/spark/sql/kafka010/KafkaContinuousTest.scala
 ---
    @@ -56,7 +56,7 @@ trait KafkaContinuousTest extends KafkaSourceTest {
       }
     
       // Continuous processing tasks end asynchronously, so test that they 
actually end.
    -  private val tasksEndedListener = new SparkListener() {
    +  private class TasksEndedListener extends SparkListener {
    --- End diff --
    
    Complains about existential types if you access a method in an anonymous 
inner class


---

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

Reply via email to