Github user HyukjinKwon commented on a diff in the pull request:
https://github.com/apache/spark/pull/18431#discussion_r124456111
--- Diff: R/pkg/R/SQLContext.R ---
@@ -584,7 +584,7 @@ tableToDF <- function(tableName) {
#'
#' @param path The path of files to load
#' @param source The name of external data source
-#' @param schema The data schema defined in structType
+#' @param schema The data schema defined in structType or a DDL-formatted
string.
--- End diff --
but it is `data schema ... in a DDL-formatted string`. I get the point but
I am quite sure users would probably less confused (and example is also
provided). I actually don't know how I can explain this shorter and cleaner ...
---
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]