srowen commented on a change in pull request #26384: [SPARK-29460] [WEBUI]Add
tooltip for Jobs page
URL: https://github.com/apache/spark/pull/26384#discussion_r347452852
##########
File path: core/src/main/scala/org/apache/spark/ui/jobs/AllJobsPage.scala
##########
@@ -541,20 +541,23 @@ private[ui] class JobPagedTable(
override def headers: Seq[Node] = {
// Information for each header: title, cssClass, and sortable
- val jobHeadersAndCssClasses: Seq[(String, String, Boolean)] =
+ val jobHeadersAndCssClasses: Seq[(String, String, Boolean, String)] =
Review comment:
Should this be Option[String]? seems like below you'd make an empty tooltip
for the rest.
----------------------------------------------------------------
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]