Skip to content

Commit e29e0f7

Browse files
committed
Minor update.
1 parent 5e4354a commit e29e0f7

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
@@ -263,7 +263,7 @@ private[ui] class StagePage(parent: JobProgressTab) extends WebUIPage("stage") {
263263
{if (gcTime > 0) UIUtils.formatDuration(gcTime) else ""}
264264
</td>
265265
<!--
266-
We should add
266+
TODO: Add this back after we add support to hive certain columns.
267267
<td sorttable_customkey={serializationTime.toString}>
268268
{if (serializationTime > 0) UIUtils.formatDuration(serializationTime) else ""}
269269
</td>

0 commit comments

Comments
 (0)