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

    https://github.com/apache/spark/pull/21221#discussion_r207723114
  
    --- Diff: 
core/src/test/scala/org/apache/spark/scheduler/ReplayListenerSuite.scala ---
    @@ -217,7 +218,12 @@ class ReplayListenerSuite extends SparkFunSuite with 
BeforeAndAfter with LocalSp
     
         // Verify the same events are replayed in the same order
         assert(sc.eventLogger.isDefined)
    -    val originalEvents = sc.eventLogger.get.loggedEvents
    +    val originalEvents = sc.eventLogger.get.loggedEvents.filter { e =>
    +      JsonProtocol.sparkEventFromJson(e) match {
    --- End diff --
    
    Changed.


---

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

Reply via email to