Skip to content

Commit

Permalink
Remove obsolete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sopel39 committed Aug 12, 2022
1 parent f975a48 commit 1774f2e
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -377,9 +377,6 @@ private synchronized void scheduleUnpartitionedSource(SplitAssignment splitAssig
}
}

// scheduleDriversForTaskLifeCycle and scheduleDriversForDriverGroupLifeCycle are similar.
// They are invoked under different circumstances, and schedules a disjoint set of drivers, as suggested by their names.
// They also have a few differences, making it more convenient to keep the two methods separate.
private void scheduleDriversForTaskLifeCycle()
{
// This method is called at the beginning of the task.
Expand Down

0 comments on commit 1774f2e

Please sign in to comment.