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

    https://github.com/apache/spark/pull/13394#discussion_r66029614
  
    --- Diff: R/pkg/R/DataFrame.R ---
    @@ -2173,20 +2182,22 @@ setMethod("except",
                 dataFrame(excepted)
               })
     
    -#' Save the contents of the SparkDataFrame to a data source
    +#' Save the contents of DataFrame to a data source.
     #'
    -#' The data source is specified by the `source` and a set of options (...).
    -#' If `source` is not specified, the default data source configured by
    -#' spark.sql.sources.default will be used.
    +#' Save the contents of the SparkDataFrame to a data source. The data 
source is specified by the
    +#' `source` and a set of options (...). If `source` is not specified, the 
default data source
    --- End diff --
    
    hmm,
    ```The data source is specified by the
     `source` and a set of options (...).
    ```
    that doesn't sound quite right? Data source should be in the source 
parameter.


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