-
- Downloads
[SPARK-20159][SPARKR][SQL] Support all catalog API in R
## What changes were proposed in this pull request? Add a set of catalog API in R ``` "currentDatabase", "listColumns", "listDatabases", "listFunctions", "listTables", "recoverPartitions", "refreshByPath", "refreshTable", "setCurrentDatabase", ``` https://github.com/apache/spark/pull/17483/files#diff-6929e6c5e59017ff954e110df20ed7ff ## How was this patch tested? manual tests, unit tests Author: Felix Cheung <felixcheung_m@hotmail.com> Closes #17483 from felixcheung/rcatalog.
Showing
- R/pkg/DESCRIPTION 1 addition, 0 deletionsR/pkg/DESCRIPTION
- R/pkg/NAMESPACE 9 additions, 0 deletionsR/pkg/NAMESPACE
- R/pkg/R/SQLContext.R 0 additions, 233 deletionsR/pkg/R/SQLContext.R
- R/pkg/R/catalog.R 479 additions, 0 deletionsR/pkg/R/catalog.R
- R/pkg/R/utils.R 18 additions, 0 deletionsR/pkg/R/utils.R
- R/pkg/inst/tests/testthat/test_sparkSQL.R 62 additions, 4 deletionsR/pkg/inst/tests/testthat/test_sparkSQL.R
Loading
Please register or sign in to comment