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

    https://github.com/apache/spark/pull/23038#discussion_r234367532
  
    --- Diff: core/src/main/scala/org/apache/spark/status/LiveEntity.scala ---
    @@ -376,6 +376,8 @@ private class LiveStage extends LiveEntity {
     
       val executorSummaries = new HashMap[String, LiveExecutorStageSummary]()
     
    +  val activeTaskPerExecutor = new HashMap[String, 
Int]().withDefaultValue(0)
    --- End diff --
    
    Hi @vanzin I have added a UT. Kindly review


---

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

Reply via email to