Skip to content

Commit fb94fa7

Browse files
committed
nit: remove space
1 parent 99b9135 commit fb94fa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/scala/org/apache/spark/ui/jobs/StagePage.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -996,7 +996,7 @@ private[ui] object ApiHelper {
996996
HEADER_EXECUTOR -> TaskIndexNames.EXECUTOR,
997997
HEADER_HOST -> TaskIndexNames.HOST,
998998
HEADER_LAUNCH_TIME -> TaskIndexNames.LAUNCH_TIME,
999-
// SPARK-26109: Duration of task as executorRunTime to make it consistent with the
999+
// SPARK-26109: Duration of task as executorRunTime to make it consistent with the
10001000
// aggregated tasks summary metrics table and the previous versions of Spark.
10011001
HEADER_DURATION -> TaskIndexNames.EXEC_RUN_TIME,
10021002
HEADER_SCHEDULER_DELAY -> TaskIndexNames.SCHEDULER_DELAY,

0 commit comments

Comments
 (0)