Github user aarondav commented on the pull request:
https://github.com/apache/spark/pull/242#issuecomment-38769996
We are trying to cement the API for 1.0. This will allow us to provide an
actual iterator-based implementation later that does not materialize all the
values for a single group-by key at once, for instance. With our current
Seq-based solution, we have basically no choice but to OOM now and for any
future implementation if the values are too large to fit in memory.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---