Github user ajbozarth commented on a diff in the pull request:
https://github.com/apache/spark/pull/18525#discussion_r125714100
--- Diff:
sql/hive-thriftserver/src/main/scala/org/apache/spark/sql/hive/thriftserver/ui/ThriftServerPage.scala
---
@@ -152,6 +152,7 @@ private[ui] class ThriftServerPage(parent:
ThriftServerTab) extends WebUIPage(""
<td> {session.userName} </td>
<td> {session.ip} </td>
<td> <a href={sessionLink}> {session.sessionId} </a> </td>
+ <td> {if (session.finishTimestamp > 0) "offline" else "online"}
</td>
--- End diff --
I'm not sure why this is necessary? This same logic is applied to the
"Finish Time" below. I don't think adding a column here is worthwhile.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]