sddyljsx commented on a change in pull request #27050: [SPARK-30388][Core] mark
running map stages of finished job as finished
URL: https://github.com/apache/spark/pull/27050#discussion_r362133842
##########
File path: core/src/main/scala/org/apache/spark/scheduler/DAGScheduler.scala
##########
@@ -608,8 +608,9 @@ private[spark] class DAGScheduler(
*
* @param job The job whose state to cleanup.
*/
- private def cleanupStateForJobAndIndependentStages(job: ActiveJob): Unit = {
+ private def cleanupStateForJobAndIndependentStages(job: ActiveJob):
HashSet[Stage] = {
Review comment:
val s = mutable.HashSet[Stage]()
s.add(xxx)
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]