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

    https://github.com/apache/spark/pull/20178#discussion_r160087405
  
    --- Diff: core/src/main/scala/org/apache/spark/scheduler/StageInfo.scala ---
    @@ -56,6 +56,8 @@ class StageInfo(
         completionTime = Some(System.currentTimeMillis)
       }
     
    +  def attemptNumber(): Int = attemptId
    --- End diff --
    
    It may break the json protocol?


---

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

Reply via email to