Skip to content

Commit ac5baea

Browse files
committed
Removed obsolete comment.
1 parent aa68ea4 commit ac5baea

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

core/src/main/scala/org/apache/spark/TaskContext.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,6 @@ class TaskContext(
7777
/**
7878
* Add a listener in the form of a Scala closure to be executed on task completion.
7979
* This will be called in all situation - success, failure, or cancellation.
80-
* Exceptions in callbacks are however not thrown back upstream, i.e. tasks won't marked as
81-
* failed even if completion callbacks fail to execute.
8280
*
8381
* An example use is for HadoopRDD to register a callback to close the input stream.
8482
*/

0 commit comments

Comments
 (0)