Github user felixcheung commented on a diff in the pull request:

    https://github.com/apache/spark/pull/13722#discussion_r67462006
  
    --- Diff: R/pkg/R/DataFrame.R ---
    @@ -455,6 +455,17 @@ setMethod("createOrReplaceTempView",
                   invisible(callJMethod(x@sdf, "createOrReplaceTempView", 
viewName))
               })
     
    +#' @param tableName A character vector containing the name of the table
    +#' @rdname createOrReplaceTempView
    +#' @name registerTempTable
    --- End diff --
    
    looking at R practice on this, it seems we should have left 
registerTempTable.rd make to it registerTempTable-deprecated for clarity. we 
haven't done that at all for all the deprecation we have in 2.0.0 so we should 
probably scrub that shortly.
    
    i'll make the change for this now.


---
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 enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to