Github user erikerlandson commented on the pull request:
https://github.com/apache/spark/pull/1254#issuecomment-47426817
Tangentially, one thing I noticed is that currently all the
"XxxRDDFunctions" implicits are automatically defined in SparkContext, and so I
held to that pattern in this PR. However, another option might be to not
automatically define it, and a user would import DropRDDFunctions for
themselves if they wanted to use drop methods.
In fact, that seems like a good pattern generally for reducing unneeded
imports; one might say the same thing for OrderedRDDFunctions, etc: import
XxxRDDFunctions if you need it.
---
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.
---