Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
one more
  • Loading branch information
yifeih committed May 20, 2019
commit 056c87bb683c848b4637ea5ffa9c7f509c522f9f
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ class TaskContextSuite extends SparkFunSuite with BeforeAndAfter with LocalSpark
if (stageAttemptNumber < 2) {
// Throw FetchFailedException to explicitly trigger stage resubmission. A normal exception
// will only trigger task resubmission in the same stage.
throw new FetchFailedException(null, 0, 0, 0, "Fake")
throw new FetchFailedException(Seq.empty, 0, 0, 0, "Fake")
}
Seq(stageAttemptNumber).iterator
}.collect()
Expand Down