aboutsummaryrefslogtreecommitdiff
path: root/R/pkg/NAMESPACE
diff options
context:
space:
mode:
authorFelix Cheung <felixcheung_m@hotmail.com>2016-06-17 15:56:03 -0700
committerShivaram Venkataraman <shivaram@cs.berkeley.edu>2016-06-17 15:56:03 -0700
commitef3cc4fc096e831823d62af4fd2a12ae88d434b4 (patch)
tree27bf03489f38ae686c1f88eb4d17db9c7f9173d4 /R/pkg/NAMESPACE
parent1a65e62a7ff961ba140b9189e5335736334edbd6 (diff)
downloadspark-ef3cc4fc096e831823d62af4fd2a12ae88d434b4.tar.gz
spark-ef3cc4fc096e831823d62af4fd2a12ae88d434b4.tar.bz2
spark-ef3cc4fc096e831823d62af4fd2a12ae88d434b4.zip
[SPARK-15925][SPARKR] R DataFrame add back registerTempTable, add tests
## What changes were proposed in this pull request? Add registerTempTable to DataFrame with Deprecate ## How was this patch tested? unit tests shivaram liancheng Author: Felix Cheung <felixcheung_m@hotmail.com> Closes #13722 from felixcheung/rregistertemptable.
Diffstat (limited to 'R/pkg/NAMESPACE')
-rw-r--r--R/pkg/NAMESPACE1
1 files changed, 1 insertions, 0 deletions
diff --git a/R/pkg/NAMESPACE b/R/pkg/NAMESPACE
index 8db4d5ca1e..5db43ae649 100644
--- a/R/pkg/NAMESPACE
+++ b/R/pkg/NAMESPACE
@@ -82,6 +82,7 @@ exportMethods("arrange",
"persist",
"printSchema",
"rbind",
+ "registerTempTable",
"rename",
"repartition",
"sample",