Skip to content

Commit 4e5860d

Browse files
committed
Don't try to return a value from DAGScheduler.runJob
1 parent 5c11932 commit 4e5860d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/src/main/scala/spark/scheduler/DAGScheduler.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,6 @@ class DAGScheduler(
264264
logInfo("Failed to run " + callSite)
265265
throw exception
266266
}
267-
r
268267
}
269268

270269
def runApproximateJob[T, U, R](

0 commit comments

Comments
 (0)