Github user abellina commented on a diff in the pull request:
https://github.com/apache/spark/pull/21688#discussion_r216735579
--- Diff: core/src/main/scala/org/apache/spark/status/AppStatusStore.scala
---
@@ -391,6 +391,41 @@ private[spark] class AppStatusStore(
ordered.skip(offset).max(length).asScala.map(_.toApi).toSeq
}
+ // Filters task list based on search parameter
--- End diff --
if the search can happen in UI via datatables, this function should go away.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]