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

    https://github.com/apache/spark/pull/23131#discussion_r236760822
  
    --- Diff: R/pkg/R/DataFrame.R ---
    @@ -2732,6 +2732,20 @@ setMethod("union",
                 dataFrame(unioned)
               })
     
    +#' Return a new SparkDataFrame containing the union of rows
    +#'
    +#' This is an alias for `union`.
    --- End diff --
    
    If the goal is for this to be like other *All, this should go into a 
separate doc page, plus seealso, example etc.
    
    The way this was written, as it was a deprecated function, this doc page 
merge with union - as it is, none of the text above will show up and also 
unionAll will not be listed in method index list.



---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to