gengliangwang commented on a change in pull request #26378:
[SPARK-29724][SPARK-29726][WEBUI][SQL] Support JDBC/ODBC tab for HistoryServer
WebUI
URL: https://github.com/apache/spark/pull/26378#discussion_r351603262
##########
File path:
sql/core/src/main/scala/org/apache/spark/sql/execution/ui/SQLHistoryServerPlugin.scala
##########
@@ -33,4 +33,12 @@ class SQLHistoryServerPlugin extends AppHistoryServerPlugin
{
new SQLTab(sqlStatusStore, ui)
}
}
+
+ override def displayOrder: Int = {
Review comment:
I think we can just go with:
```
override def displayOrder: Int = 0
```
----------------------------------------------------------------
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]