-
- Downloads
[SPARK-20726][SPARKR] wrapper for SQL broadcast
## What changes were proposed in this pull request? - Adds R wrapper for `o.a.s.sql.functions.broadcast`. - Renames `broadcast` to `broadcast_`. ## How was this patch tested? Unit tests, check `check-cran.sh`. Author: zero323 <zero323@users.noreply.github.com> Closes #17965 from zero323/SPARK-20726.
Showing
- R/pkg/NAMESPACE 1 addition, 0 deletionsR/pkg/NAMESPACE
- R/pkg/R/DataFrame.R 29 additions, 0 deletionsR/pkg/R/DataFrame.R
- R/pkg/R/context.R 2 additions, 2 deletionsR/pkg/R/context.R
- R/pkg/R/generics.R 4 additions, 0 deletionsR/pkg/R/generics.R
- R/pkg/inst/tests/testthat/test_broadcast.R 1 addition, 1 deletionR/pkg/inst/tests/testthat/test_broadcast.R
- R/pkg/inst/tests/testthat/test_sparkSQL.R 5 additions, 0 deletionsR/pkg/inst/tests/testthat/test_sparkSQL.R
- R/pkg/inst/tests/testthat/test_utils.R 1 addition, 1 deletionR/pkg/inst/tests/testthat/test_utils.R
Loading
Please register or sign in to comment