You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Felix Cheung (JIRA)" <ji...@apache.org> on 2017/03/07 05:52:33 UTC

[jira] [Updated] (SPARK-19818) rbind should check for name consistency of input data frames

     [ https://issues.apache.org/jira/browse/SPARK-19818?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Felix Cheung updated SPARK-19818:
---------------------------------
    Summary: rbind should check for name consistency of input data frames  (was: SparkR union should check for name consistency of input data frames )

> rbind should check for name consistency of input data frames
> ------------------------------------------------------------
>
>                 Key: SPARK-19818
>                 URL: https://issues.apache.org/jira/browse/SPARK-19818
>             Project: Spark
>          Issue Type: Bug
>          Components: SparkR
>    Affects Versions: 2.1.0
>            Reporter: Wayne Zhang
>            Priority: Minor
>
> The current implementation accepts data frames with different schemas. See issues below:
> {code}
> df <- createDataFrame(data.frame(name = c("Michael", "Andy", "Justin"), age = c(1, 30, 19)))
> union(df, df[, c(2, 1)])
>      name     age
> 1 Michael     1.0
> 2    Andy    30.0
> 3  Justin    19.0
> 4     1.0 Michael
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org