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

    https://github.com/apache/spark/pull/15952#discussion_r88821734
  
    --- Diff: R/pkg/R/DataFrame.R ---
    @@ -2541,7 +2541,8 @@ generateAliasesForIntersectedCols <- function (x, 
intersectedColNames, suffix) {
     #'
     #' Return a new SparkDataFrame containing the union of rows in this 
SparkDataFrame
     #' and another SparkDataFrame. This is equivalent to \code{UNION ALL} in 
SQL.
    -#' Note that this does not remove duplicate rows across the two 
SparkDataFrames.
    +#'
    +#' Note: This does not remove duplicate rows across the two 
SparkDataFrames.
    --- End diff --
    
    **Before**
    
    ![2016-11-21 11 34 
58](https://cloud.githubusercontent.com/assets/6477701/20468893/9cac5c16-afde-11e6-8abd-4f5fdafc84e0.png)
    
    
    **After**
    
    ![2016-11-21 11 34 
46](https://cloud.githubusercontent.com/assets/6477701/20468891/97eaf548-afde-11e6-9be4-808da9a83b4b.png)



---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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

Reply via email to