Github user shivaram commented on a diff in the pull request:
https://github.com/apache/spark/pull/13722#discussion_r67457292
--- 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 --
on that note the docs might look nice if the params had the same name (hmm
if we use viewName as the param it might break somebody using named arguments,
but not sure if thats common ?)
---
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]