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

    https://github.com/apache/spark/pull/17512#discussion_r109795673
  
    --- 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 temporary view
     #'
    -#' Returns the specified Table as a SparkDataFrame.  The Table must have 
already been registered
    -#' in the SparkSession.
    +#' Returns the specified table or temporary view as a SparkDataFrame. The 
temporary view must have
    --- End diff --
    
    The same 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