-
- Downloads
[SPARK-16096][SPARKR] add union and deprecate unionAll
## What changes were proposed in this pull request? add union and deprecate unionAll, separate roxygen2 doc for rbind (since their usage and parameter lists are quite different) `explode` is also deprecated - but seems like replacement is a combination of calls; not sure if we should deprecate it in SparkR, yet. ## How was this patch tested? unit tests, manual checks for r doc Author: Felix Cheung <felixcheung_m@hotmail.com> Closes #13805 from felixcheung/runion.
Showing
- R/pkg/NAMESPACE 1 addition, 0 deletionsR/pkg/NAMESPACE
- R/pkg/R/DataFrame.R 34 additions, 9 deletionsR/pkg/R/DataFrame.R
- R/pkg/R/generics.R 5 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 6 additions, 2 deletionsR/pkg/inst/tests/testthat/test_sparkSQL.R
Loading
Please register or sign in to comment