spark git commit: [SPARK-16785] R dapply doesn't return array or raw columns

2016-09-07 Thread shivaram
Repository: spark Updated Branches: refs/heads/branch-2.0 796577b43 -> ee6301a88 [SPARK-16785] R dapply doesn't return array or raw columns Fixed bug in `dapplyCollect` by changing the `compute` function of `worker.R` to explicitly handle raw (binary) vectors. cc shivaram Unit tests

spark git commit: [SPARK-16785] R dapply doesn't return array or raw columns

2016-09-07 Thread shivaram
Repository: spark Updated Branches: refs/heads/master eb1ab88a8 -> 9fccde4ff [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