Github user felixcheung commented on a diff in the pull request:

    https://github.com/apache/spark/pull/11457#discussion_r54845501
  
    --- 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 --
    
    To oversimplify it, it would mask the other implementation when the name 
conflicts but the parameter signature is not exactly the same. Therefore try to 
see if you could change it to match as sun-rui suggests. 
    https://stat.ethz.ch/R-manual/R-devel/library/utils/html/read.table.html


---
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]

Reply via email to