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

    https://github.com/apache/spark/pull/21809#discussion_r205755070
  
    --- Diff: core/src/main/scala/org/apache/spark/status/AppStatusStore.scala 
---
    @@ -112,10 +112,14 @@ private[spark] class AppStatusStore(
         }
       }
     
    -  def stageAttempt(stageId: Int, stageAttemptId: Int, details: Boolean = 
false): v1.StageData = {
    +  def stageAttempt(stageId: Int, stageAttemptId: Int,
    --- End diff --
    
    Changing the return type to (StageData, jobIds) might be simpler.


---

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

Reply via email to