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

    https://github.com/apache/spark/pull/23065#discussion_r234393704
  
    --- Diff: core/src/main/scala/org/apache/spark/scheduler/StageInfo.scala ---
    @@ -30,7 +30,7 @@ import org.apache.spark.storage.RDDInfo
     @DeveloperApi
     class StageInfo(
         val stageId: Int,
    -    @deprecated("Use attemptNumber instead", "2.3.0") val attemptId: Int,
    +    private val attemptId: Int,
    --- End diff --
    
    Funny, MiMa didn't warn about this, but will go in release notes


---

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

Reply via email to