Github user shivaram commented on a diff in the pull request:
https://github.com/apache/spark/pull/11457#discussion_r55778309
--- Diff: R/pkg/inst/tests/testthat/test_context.R ---
@@ -26,7 +26,7 @@ test_that("Check masked functions", {
maskedBySparkR <- masked[funcSparkROrEmpty]
namesOfMasked <- c("describe", "cov", "filter", "lag", "na.omit",
"predict", "sd", "var",
"colnames", "colnames<-", "intersect", "rank",
"rbind", "sample", "subset",
- "summary", "transform", "drop")
+ "summary", "transform", "drop", "read.csv",
"write.csv")
--- End diff --
I think its better to match the arguments of `read.csv` and not mask the
local `read.csv` -- One thing is that we don't need to support all the options
and in case some of the flags we don't support are set we can throw a warning /
error.
---
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]