Github user srowen commented on a diff in the pull request:
https://github.com/apache/spark/pull/22592#discussion_r221440824
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/execution/ui/AllExecutionsPage.scala
---
@@ -206,11 +238,8 @@ private[ui] abstract class ExecutionTable(
}
def toNodeSeq(request: HttpServletRequest): Seq[Node] = {
- <div>
- <h4>{tableName}</h4>
--- End diff --
It's just a detail, but I was unclear why you don't need the table name
anymore. It's because all other code paths already render the table name, and
`UIUtils.listingTable` does the rest?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]