wangyum commented on a change in pull request #25882:
[SPARK-29053][SPARK-28599][WEBUI][2.4] Sort does not work on some columns
URL: https://github.com/apache/spark/pull/25882#discussion_r326904458
##########
File path:
sql/hive-thriftserver/src/main/scala/org/apache/spark/sql/hive/thriftserver/ui/ThriftServerSessionPage.scala
##########
@@ -100,7 +100,8 @@ private[ui] class ThriftServerSessionPage(parent:
ThriftServerTab)
<td>{info.groupId}</td>
<td>{formatDate(info.startTimestamp)}</td>
<td>{formatDate(info.finishTimestamp)}</td>
- <td>{formatDurationOption(Some(info.totalTime))}</td>
Review comment:
@srowen This change to backport
[SPARK-28599](https://github.com/apache/spark/pull/25892).
Or we should revert this change to make another PR to make it clear?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]