Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
3.1.0
-
None
-
None
Description
RDDs have a collect(PartialFunction) method which behaves like the equivalent Scala collections methodĀ (seeĀ https://github.com/apache/spark/commit/f4e6b9361ffeec1018d5834f09db9fd86f2ba7bd).
It would be nice if Datasets had a similar method (to ease migration of RDD code to Datasets).