-
- Downloads
[SPARK-15925][SQL][SPARKR] Replaces registerTempTable with createOrReplaceTempView
## What changes were proposed in this pull request? This PR replaces `registerTempTable` with `createOrReplaceTempView` as a follow-up task of #12945. ## How was this patch tested? Existing SparkR tests. Author: Cheng Lian <lian@databricks.com> Closes #13644 from liancheng/spark-15925-temp-view-for-r.
Showing
- R/pkg/NAMESPACE 1 addition, 1 deletionR/pkg/NAMESPACE
- R/pkg/R/DataFrame.R 12 additions, 11 deletionsR/pkg/R/DataFrame.R
- R/pkg/R/SQLContext.R 5 additions, 5 deletionsR/pkg/R/SQLContext.R
- R/pkg/R/generics.R 5 additions, 2 deletionsR/pkg/R/generics.R
- R/pkg/inst/tests/testthat/test_sparkSQL.R 8 additions, 7 deletionsR/pkg/inst/tests/testthat/test_sparkSQL.R
Loading
Please register or sign in to comment