[GitHub] spark pull request #17511: [SPARK-20195][SPARKR][SQL] add createTable catalo...

2017-04-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/17511 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] spark pull request #17511: [SPARK-20195][SPARKR][SQL] add createTable catalo...

2017-04-04 Thread felixcheung
Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/17511#discussion_r109833091 --- Diff: R/pkg/R/DataFrame.R --- @@ -557,7 +557,7 @@ setMethod("insertInto", jmode <- convertToJSaveMode(ifelse(overwrite,

[GitHub] spark pull request #17511: [SPARK-20195][SPARKR][SQL] add createTable catalo...

2017-04-04 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/17511#discussion_r109816897 --- Diff: R/pkg/R/DataFrame.R --- @@ -557,7 +557,7 @@ setMethod("insertInto", jmode <- convertToJSaveMode(ifelse(overwrite, "overwrite",

[GitHub] spark pull request #17511: [SPARK-20195][SPARKR][SQL] add createTable catalo...

2017-04-02 Thread felixcheung
GitHub user felixcheung opened a pull request: https://github.com/apache/spark/pull/17511 [SPARK-20195][SPARKR][SQL] add createTable catalog API and deprecate createExternalTable ## What changes were proposed in this pull request? Following up on #17483, add createTable