cloud-fan commented on code in PR #53868:
URL: https://github.com/apache/spark/pull/53868#discussion_r2730823843


##########
core/src/main/scala/org/apache/spark/scheduler/DAGScheduler.scala:
##########
@@ -1898,22 +1940,29 @@ private[spark] class DAGScheduler(
    * stages will be resubmitted and re-try all the tasks, as the input data 
may be changed after
    * the map tasks are re-tried. For stages where rollback and retry all tasks 
are not possible,
    * we will need to abort the stages.
+   *
+   * @return true if jobs are not aborted and will continue to run after 
rollback, otherwise false

Review Comment:
   ```suggestion
      * @return true if the corresponding active jobs are not aborted and will 
continue to run after rollback, otherwise false
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to