Github user tgravescs commented on a diff in the pull request:
https://github.com/apache/spark/pull/21688#discussion_r219297759
--- 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
+ def filterTaskList(
--- End diff --
this function doesn't really have anything to do with the store, its simply
filtering on the taskData so I think it should just live in StagesResource.scala
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]