-
- Downloads
[SPARK-16785] R dapply doesn't return array or raw columns
## What changes were proposed in this pull request? Fixed bug in `dapplyCollect` by changing the `compute` function of `worker.R` to explicitly handle raw (binary) vectors. cc shivaram ## How was this patch tested? Unit tests Author: Clark Fitzgerald <clarkfitzg@gmail.com> Closes #14783 from clarkfitzg/SPARK-16785.
Showing
- R/pkg/R/SQLContext.R 4 additions, 0 deletionsR/pkg/R/SQLContext.R
- R/pkg/R/utils.R 15 additions, 0 deletionsR/pkg/R/utils.R
- R/pkg/inst/tests/testthat/test_sparkSQL.R 21 additions, 0 deletionsR/pkg/inst/tests/testthat/test_sparkSQL.R
- R/pkg/inst/tests/testthat/test_utils.R 24 additions, 0 deletionsR/pkg/inst/tests/testthat/test_utils.R
- R/pkg/inst/worker/worker.R 8 additions, 1 deletionR/pkg/inst/worker/worker.R
Loading
Please register or sign in to comment