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

    https://github.com/apache/spark/pull/18431#discussion_r124455176
  
    --- 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 --
    
    hmm, to say `DDL` this might be too broad? what if someone pass the whole 
CREATE statement here?


---
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