srowen commented on a change in pull request #24982: [SPARK-28181][CORE] Add a
filter interface to KVStore to speed up the entities retrieve
URL: https://github.com/apache/spark/pull/24982#discussion_r298582636
##########
File path: core/src/main/scala/org/apache/spark/status/KVUtils.scala
##########
@@ -82,6 +82,18 @@ private[spark] object KVUtils extends Logging {
}
}
+ /** Turns a KVStoreView into a Scala sequence. */
+ def viewToSeqPurely[T](
Review comment:
I'd remove "Purely"?
----------------------------------------------------------------
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]