Skip to content

Commit 52edb8d

Browse files
committed
Revert "Sorting fix in ThriftServerSessionPage.scala"
This reverts commit f788acf.
1 parent f788acf commit 52edb8d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sql/hive-thriftserver/src/main/scala/org/apache/spark/sql/hive/thriftserver/ui/ThriftServerSessionPage.scala

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,7 @@ private[ui] class ThriftServerSessionPage(parent: ThriftServerTab)
100100
<td>{info.groupId}</td>
101101
<td>{formatDate(info.startTimestamp)}</td>
102102
<td>{formatDate(info.finishTimestamp)}</td>
103-
<td sorttable_customkey={info.totalTime.toString}>
104-
{formatDurationOption(Some(info.totalTime))}</td>
103+
<td>{formatDurationOption(Some(info.totalTime))}</td>
105104
<td>{info.statement}</td>
106105
<td>{info.state}</td>
107106
{errorMessageCell(detail)}

0 commit comments

Comments
 (0)