-
- Downloads
[SPARK-16051][R] Add `read.orc/write.orc` to SparkR
## What changes were proposed in this pull request? This issue adds `read.orc/write.orc` to SparkR for API parity. ## How was this patch tested? Pass the Jenkins tests (with new testcases). Author: Dongjoon Hyun <dongjoon@apache.org> Closes #13763 from dongjoon-hyun/SPARK-16051.
Showing
- R/pkg/NAMESPACE 2 additions, 0 deletionsR/pkg/NAMESPACE
- R/pkg/R/DataFrame.R 27 additions, 0 deletionsR/pkg/R/DataFrame.R
- R/pkg/R/SQLContext.R 20 additions, 1 deletionR/pkg/R/SQLContext.R
- R/pkg/R/generics.R 4 additions, 0 deletionsR/pkg/R/generics.R
- R/pkg/inst/tests/testthat/test_sparkSQL.R 21 additions, 0 deletionsR/pkg/inst/tests/testthat/test_sparkSQL.R
Loading
Please register or sign in to comment