Github user felixcheung commented on a diff in the pull request:
https://github.com/apache/spark/pull/12426#discussion_r60130784
--- Diff: R/pkg/NAMESPACE ---
@@ -287,6 +287,7 @@ export("as.DataFrame",
"read.json",
"read.parquet",
"read.text",
+ "sparkLapply",
--- End diff --
that would conflict with base::lapply - in other words it would prevent the
user from calling lapply on R native data even when it has nothing to do with
Spark, in the session.
(longer explanation: since this is S3, the method routing is by name, so
having the same name in a package loaded later (SparkR) would override the one
in the base package which is loaded earlier)
I'd like lapply better though ;)
---
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]