You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Shivaram Venkataraman (JIRA)" <ji...@apache.org> on 2015/09/29 04:05:04 UTC

[jira] [Comment Edited] (SPARK-9318) Add `merge` as synonym for join

    [ https://issues.apache.org/jira/browse/SPARK-9318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14934376#comment-14934376 ] 

Shivaram Venkataraman edited comment on SPARK-9318 at 9/29/15 2:04 AM:
-----------------------------------------------------------------------

Hi guys, 
can we reopen this issue Shivaram Venkataraman ?

The reason is that merge should follow the following signature: 
{code}
merge(x, y, by = intersect(names(x), names(y)),
      by.x = by, by.y = by, all = FALSE, all.x = all, all.y = all,
      sort = TRUE, suffixes = c(".x",".y"),
      incomparables = NULL, ...)
{code}
I'm working on this and will do a pull request soon .

Thanks,
Narine



was (Author: narine):
Hi guys, 
can we reopen this issue Shivaram Venkataraman ?

The reason is that merge should follow the following signature: 
merge(x, y, by = intersect(names(x), names(y)),
      by.x = by, by.y = by, all = FALSE, all.x = all, all.y = all,
      sort = TRUE, suffixes = c(".x",".y"),
      incomparables = NULL, ...)

I'm working on this and will do a pull request soon .

Thanks,
Narine


> Add `merge` as synonym for join
> -------------------------------
>
>                 Key: SPARK-9318
>                 URL: https://issues.apache.org/jira/browse/SPARK-9318
>             Project: Spark
>          Issue Type: Sub-task
>          Components: SparkR
>            Reporter: Shivaram Venkataraman
>            Assignee: Hossein Falaki
>             Fix For: 1.5.0
>
>




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