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

    https://github.com/apache/spark/pull/13734#discussion_r67597431
  
    --- Diff: R/pkg/R/DataFrame.R ---
    @@ -59,6 +60,7 @@ setMethod("initialize", "SparkDataFrame", 
function(.Object, sdf, isCached) {
     #' @export
     #' @param sdf A Java object reference to the backing Scala DataFrame
     #' @param isCached TRUE if the SparkDataFrame is cached
    +#' @note dataFrame since 2.0.0
    --- End diff --
    
    you might not need to call this out with a separate note btw, this is an 
internal function to help wrap the returned Java object "handle" to a R class, 
not intend to be called by users.


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