You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Reynold Xin (JIRA)" <ji...@apache.org> on 2015/08/05 21:59:05 UTC

[jira] [Closed] (SPARK-7460) Provide DataFrame.zip (analog of RDD.zip) to merge two data frames

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

Reynold Xin closed SPARK-7460.
------------------------------
    Resolution: Won't Fix

Closing this one since [~rams] doesn't think it is that important anymore, and I haven't heard a lot of demand yet.

I'm not sure if it is super useful to have this API, and it is also pretty hard to get right in a distributed setting (i.e. the two dataframes can have inconsistent number of rows). We can revisit this if there is stronger demand.

> Provide DataFrame.zip (analog of RDD.zip) to merge two data frames
> ------------------------------------------------------------------
>
>                 Key: SPARK-7460
>                 URL: https://issues.apache.org/jira/browse/SPARK-7460
>             Project: Spark
>          Issue Type: Sub-task
>          Components: SQL
>            Reporter: Ram Sriharsha
>            Assignee: Ram Sriharsha
>            Priority: Minor
>
> an analog of RDD1.zip(RDD2) for data frames allows us to merge two data frames without stepping down to the RDD layer and back. (syntactic sugar)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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