Skip to content

Commit cd02d9a

Browse files
committed
small fix
1 parent 561cfbc commit cd02d9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ class DAGScheduler(
433433
{
434434
val waiter = submitJob(rdd, func, partitions, callSite, allowLocal, resultHandler, properties)
435435
waiter.awaitResult() match {
436-
case JobSucceeded =>
436+
case JobSucceeded => {}
437437
case JobFailed(exception: Exception) =>
438438
logInfo("Failed to run " + callSite)
439439
throw exception

0 commit comments

Comments
 (0)