aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorfelixcheung <felixcheung_m@hotmail.com>2016-01-19 16:33:48 -0800
committerShivaram Venkataraman <shivaram@cs.berkeley.edu>2016-01-19 16:33:48 -0800
commit37fefa66cbd61bc592aba42b0ed3aefc0cf3abb0 (patch)
tree574a1a66d2fb815ad1c3a341b2c22f5d4294608e /examples
parent3e84ef0a54c53c45d7802cd2fecfa1c223580aee (diff)
downloadspark-37fefa66cbd61bc592aba42b0ed3aefc0cf3abb0.tar.gz
spark-37fefa66cbd61bc592aba42b0ed3aefc0cf3abb0.tar.bz2
spark-37fefa66cbd61bc592aba42b0ed3aefc0cf3abb0.zip
[SPARK-12168][SPARKR] Add automated tests for conflicted function in R
Currently this is reported when loading the SparkR package in R (probably would add is.nan) ``` Loading required package: methods Attaching package: ‘SparkR’ The following objects are masked from ‘package:stats’: cov, filter, lag, na.omit, predict, sd, var The following objects are masked from ‘package:base’: colnames, colnames<-, intersect, rank, rbind, sample, subset, summary, table, transform ``` Adding this test adds an automated way to track changes to masked method. Also, the second part of this test check for those functions that would not be accessible without namespace/package prefix. Incidentally, this might point to how we would fix those inaccessible functions in base or stats. Looking for feedback for adding this test. Author: felixcheung <felixcheung_m@hotmail.com> Closes #10171 from felixcheung/rmaskedtest.
Diffstat (limited to 'examples')
0 files changed, 0 insertions, 0 deletions