Skip to content

Commit

Permalink
Fix UT
Browse files Browse the repository at this point in the history
  • Loading branch information
wangshuo128 committed Dec 18, 2019
1 parent 03a41d1 commit 781caba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@ class SparkListenerSuite extends SparkFunSuite with LocalSparkContext with Match
*/
private class DelayInterruptingJobCounter(
val throwInterruptedException: Boolean,
interruptOnJobId: Int) extends SparkListener {
val interruptOnJobId: Int) extends SparkListener {
@volatile var sleep = true
var count = 0

Expand Down

0 comments on commit 781caba

Please sign in to comment.