Skip to content

Commit 8f9d94f

Browse files
author
Marcelo Vanzin
committed
Found a typo.
1 parent 53dc838 commit 8f9d94f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/test/scala/org/apache/spark/status/AppStatusListenerSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -894,7 +894,7 @@ class AppStatusListenerSuite extends SparkFunSuite with BeforeAndAfter {
894894
val dropped = stages.drop(1).head
895895

896896
// Cache some quantiles by calling AppStatusStore.taskSummary(). For quantiles to be
897-
// calculcated, we need at least one finished task. The code in AppStatusStore uses
897+
// calculated, we need at least one finished task. The code in AppStatusStore uses
898898
// `executorRunTime` to detect valid tasks, so that metric needs to be updated in the
899899
// task end event.
900900
time += 1

0 commit comments

Comments
 (0)