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

    https://github.com/apache/spark/pull/21221#discussion_r207723098
  
    --- Diff: core/src/main/scala/org/apache/spark/util/JsonProtocol.scala ---
    @@ -691,7 +723,19 @@ private[spark] object JsonProtocol {
             (json \ "Accumulator 
Updates").extract[List[JValue]].map(accumulableInfoFromJson)
           (taskId, stageId, stageAttemptId, updates)
         }
    -    SparkListenerExecutorMetricsUpdate(execInfo, accumUpdates)
    +    val executorUpdates = jsonOption(json \ "Executor Metrics Updated") 
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