Skip to content

Commit

Permalink
missed registerTempTable
Browse files Browse the repository at this point in the history
  • Loading branch information
felixcheung committed Jul 23, 2016
1 parent 3162215 commit 9cc2260
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion R/pkg/NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ exportMethods("arrange",
"printSchema",
"randomSplit",
"rbind",
"registerTempTable",
"rename",
"repartition",
"sample",
Expand Down
4 changes: 0 additions & 4 deletions R/pkg/R/generics.R
Original file line number Diff line number Diff line change
Expand Up @@ -563,10 +563,6 @@ setGeneric("printSchema", function(x) { standardGeneric("printSchema") })
#' @export
setGeneric("rename", function(x, ...) { standardGeneric("rename") })

#' @rdname registerTempTable-deprecated
#' @export
setGeneric("registerTempTable", function(x, tableName) { standardGeneric("registerTempTable") })

#' @rdname sample
#' @export
setGeneric("sample",
Expand Down

0 comments on commit 9cc2260

Please sign in to comment.