Github user felixcheung commented on a diff in the pull request:
https://github.com/apache/spark/pull/17512#discussion_r110009267
--- Diff: R/pkg/R/SQLContext.R ---
@@ -544,12 +544,15 @@ sql <- function(x, ...) {
dispatchFunc("sql(sqlQuery)", x, ...)
}
-#' Create a SparkDataFrame from a SparkSQL Table
+#' Create a SparkDataFrame from a SparkSQL table or view
#'
-#' Returns the specified Table as a SparkDataFrame. The Table must have
already been registered
-#' in the SparkSession.
+#' Returns the specified table or view as a SparkDataFrame. The table or
view must already exists or
--- End diff --
fixed, thanks for catching this!
---
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]