We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53dc838 commit 8f9d94fCopy full SHA for 8f9d94f
core/src/test/scala/org/apache/spark/status/AppStatusListenerSuite.scala
@@ -894,7 +894,7 @@ class AppStatusListenerSuite extends SparkFunSuite with BeforeAndAfter {
894
val dropped = stages.drop(1).head
895
896
// 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
+ // calculated, we need at least one finished task. The code in AppStatusStore uses
898
// `executorRunTime` to detect valid tasks, so that metric needs to be updated in the
899
// task end event.
900
time += 1
0 commit comments