Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.4.0
-
None
Description
Add a destructive iterator to SparkResult. Instead of keeping everything in memory for the life time of SparkResult object, clean it up as soon as we know we are done with it. We can use this for Dataset.toLocalIterator.