Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

First implementation of merge. #145

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

michalmonselise
Copy link
Contributor

This iteration only covers the two cases covered by spark 1.5:

  1. Merging using "on" using only one column
  2. Merging using "left_on" and "right_on" - there is no restriction on
    number of columns used but they must differ in name

Currently merging without specifying "on", "left_on" or "right_on" is not
supported. This feature will be supported starting Spark 1.6. Refer to
Spark issue https://issues.apache.org/jira/browse/SPARK-10246 for more
information.

By default, the "copy" argument in the merge function does not apply to
the Spark framework but has been left in the function for completeness.

This iteration only covers the two cases covered by spark 1.5:
1. Merging using "on" using only one column
2. Merging using "left_on" and "right_on" - there is no restriction on
number of columns used but they must differ in name

Currently merging without specifying "on", "left_on" or "right_on" is not
supported. This feature will be supported starting Spark 1.6. Refer to
Spark issue https://issues.apache.org/jira/browse/SPARK-10246 for more
information.

By default, the "copy" argument in the merge function does not apply to
the Spark framework but has been left in the function for completeness.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant