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 5e4354a commit e29e0f7Copy full SHA for e29e0f7
core/src/main/scala/org/apache/spark/ui/jobs/StagePage.scala
@@ -263,7 +263,7 @@ private[ui] class StagePage(parent: JobProgressTab) extends WebUIPage("stage") {
263
{if (gcTime > 0) UIUtils.formatDuration(gcTime) else ""}
264
</td>
265
<!--
266
- We should add
+ TODO: Add this back after we add support to hive certain columns.
267
<td sorttable_customkey={serializationTime.toString}>
268
{if (serializationTime > 0) UIUtils.formatDuration(serializationTime) else ""}
269
0 commit comments