You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by shivaram <gi...@git.apache.org> on 2016/06/14 16:49:18 UTC

[GitHub] spark pull request #13636: [SPARK-15637][SPARK-15931][SPARKR] Remove R versi...

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

    https://github.com/apache/spark/pull/13636#discussion_r67009490
  
    --- Diff: R/pkg/inst/tests/testthat/test_context.R ---
    @@ -19,21 +19,25 @@ context("test functions in sparkR.R")
     
     test_that("Check masked functions", {
       # Check that we are not masking any new function from base, stats, testthat unexpectedly
    -  masked <- conflicts(detail = TRUE)$`package:SparkR`
    -  expect_true("describe" %in% masked)  # only when with testthat..
    -  func <- lapply(masked, function(x) { capture.output(showMethods(x))[[1]] })
    -  funcSparkROrEmpty <- grepl("\\(package SparkR\\)$|^$", func)
    -  maskedBySparkR <- masked[funcSparkROrEmpty]
    +  # This list should not change!
    --- End diff --
    
    I'm not sure I follow what this comment means


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org