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

    https://github.com/apache/spark/pull/21688#discussion_r220263706
  
    --- Diff: core/src/main/scala/org/apache/spark/status/api/v1/api.scala ---
    @@ -71,7 +71,9 @@ class ExecutorStageSummary private[spark](
         val shuffleWriteRecords : Long,
         val memoryBytesSpilled : Long,
         val diskBytesSpilled : Long,
    -    val isBlacklistedForStage: Boolean)
    +    val isBlacklistedForStage: Boolean,
    +    var executorLogs: Map[String, String],
    --- End diff --
    
    Done


---

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

Reply via email to