Github user MichaelChirico commented on a diff in the pull request:
https://github.com/apache/spark/pull/22370#discussion_r216222094
--- Diff: R/pkg/R/catalog.R ---
@@ -69,7 +69,6 @@ createExternalTable <- function(x, ...) {
#' @param ... additional named parameters as options for the data source.
#' @return A SparkDataFrame.
#' @rdname createTable
-#' @seealso \link{createExternalTable}
--- End diff --
I don't see it here (nothing pointing to
`sparkR.init`/`sparkRHive.init`/`sparkRSQL.init`):
https://spark.apache.org/docs/latest/api/R/sparkR.session.html
or here (nothing pointing to `dropTempTable`):
https://spark.apache.org/docs/latest/api/R/dropTempView.html
But I do see it here (points to `registerTempTable`):
https://spark.apache.org/docs/latest/api/R/createOrReplaceTempView.html
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]