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

    https://github.com/apache/spark/pull/21688#discussion_r219275132
  
    --- Diff: core/src/main/scala/org/apache/spark/status/api/v1/api.scala ---
    @@ -196,8 +198,8 @@ class StageData private[spark](
     
         val rddIds: Seq[Int],
         val accumulatorUpdates: Seq[AccumulableInfo],
    -    val tasks: Option[Map[Long, TaskData]],
    -    val executorSummary: Option[Map[String, ExecutorStageSummary]],
    +    var tasks: Option[Map[Long, TaskData]],
    --- End diff --
    
    similar here, I'd rather not modify these to be var


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to