Github user srowen commented on a diff in the pull request:
https://github.com/apache/spark/pull/17458#discussion_r108880632
--- Diff: core/src/main/scala/org/apache/spark/ui/WebUI.scala ---
@@ -116,15 +116,15 @@ private[spark] abstract class WebUI(
* @param path Path in UI to unmount.
*/
def removeStaticHandler(path: String): Unit = {
- handlers.find(_.getContextPath() == path).foreach(detachHandler)
+ handlers.find(_.getContextPath == path).foreach(detachHandler)
--- End diff --
@dbolshak this still isn't addressing comments that have been made several
times. You can appreciate why I don't think it's worth the time to make changes
like this given how much discussion it takes. Here's another example. Please
read _all_ previous comments and address all of them or close this.
---
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]