Github user mateiz commented on the pull request:
https://github.com/apache/spark/pull/1791#issuecomment-51731023
I also actually prefer leaving out the non-implemented ones instead of
putting them in with NotImplementedError. Especially when working in an IDE or
something similar, the user might try to call one of those, and get confused
when it crashes. Also, a lot of them are quite esoteric.
We can develop some other ways to track the missing APIs. For example, for
these ones, you can create JIRA issues such as "implement ZipPartitions in
Python", and we can do that for new APIs added to Scala / Java (we usually ask
people to add them in Python now anyway). A lot of these particular ones are
also pretty esoteric and I don't think people will miss them.
---
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.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]