File tree Expand file tree Collapse file tree
sql/hive-thriftserver/src/main/scala/org/apache/spark/sql/hive/thriftserver/ui Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -91,7 +91,8 @@ private[ui] class ThriftServerPage(parent: ThriftServerTab) extends WebUIPage(""
9191 <td >{formatDate(info.startTimestamp)}</td >
9292 <td >{if (info.finishTimestamp > 0 ) formatDate(info.finishTimestamp)}</td >
9393 <td >{if (info.closeTimestamp > 0 ) formatDate(info.closeTimestamp)}</td >
94- <td >{formatDurationOption(Some (info.totalTime(info.finishTimestamp)))}</td >
94+ <td sorttable_customkey ={info.totalTime(info.finishTimestamp).toString}>
95+ {formatDurationOption(Some (info.totalTime(info.finishTimestamp)))} </td >
9596 <td sorttable_customkey ={info.totalTime(info.closeTimestamp).toString}>
9697 {formatDurationOption(Some (info.totalTime(info.closeTimestamp)))} </td >
9798 <td >{info.statement}</td >
You can’t perform that action at this time.
0 commit comments