Github user felixcheung commented on a diff in the pull request:
https://github.com/apache/spark/pull/11457#discussion_r54987734
--- 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 --
This is likely an issue though - R base:: read.csv is very commonly used
and a name conflict as detected here will make base version inaccessible
whenever SparkR package is loaded.
I can probably help to sort out the right signature - I'll try to check
this out in the next few days.
---
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]