Skip to content

Commit

Permalink
removed inaccurate comment line from AsyncRDDActionsSuite
Browse files Browse the repository at this point in the history
  • Loading branch information
reggert committed Dec 13, 2015
1 parent 8fe8000 commit 539ac43
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@ class AsyncRDDActionsSuite extends SparkFunSuite with BeforeAndAfterAll with Tim
// Now allow the executors to proceed with task processing.
starter.release(rdd.partitions.length)
// Waiting for the result verifies that the tasks were successfully processed.
// This mainly exists to verify that we didn't break task deserialization.
Await.result(executionContextInvoked.future, atMost = 15.seconds)
}

Expand Down

0 comments on commit 539ac43

Please sign in to comment.