-
- Downloads
[SPARK-13905][SPARKR] Change signature of as.data.frame() to be consistent with the R base package.
## What changes were proposed in this pull request? Change the signature of as.data.frame() to be consistent with that in the R base package to meet R user's convention. ## How was this patch tested? dev/lint-r SparkR unit tests Author: Sun Rui <rui.sun@intel.com> Closes #11811 from sun-rui/SPARK-13905.
Showing
- R/pkg/R/DataFrame.R 2 additions, 6 deletionsR/pkg/R/DataFrame.R
- R/pkg/R/generics.R 4 additions, 1 deletionR/pkg/R/generics.R
- R/pkg/inst/tests/testthat/test_context.R 1 addition, 1 deletionR/pkg/inst/tests/testthat/test_context.R
- R/pkg/inst/tests/testthat/test_sparkSQL.R 3 additions, 0 deletionsR/pkg/inst/tests/testthat/test_sparkSQL.R
Loading
Please register or sign in to comment