Skip to content

Conversation

@mgaido91
Copy link
Contributor

What changes were proposed in this pull request?

In Dataset.join we have a small hack for resolving ambiguity in the column name for self-joins. The current code supports only EqualTo.

The PR extends the fix to EqualNullSafe.

Credit for this PR should be given to @daniel-shields.

How was this patch tested?

added UT

@mgaido91
Copy link
Contributor Author

@SparkQA
Copy link

SparkQA commented Jun 21, 2018

Test build #92176 has finished for PR 21605 at commit fb8cd54.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@mgaido91
Copy link
Contributor Author

mgaido91 commented Jul 2, 2018

kindly ping @cloud-fan

@cloud-fan
Copy link
Contributor

cloud-fan commented Jul 3, 2018

#thanks, merging to master/2.3!

@asfgit asfgit closed this in a7c8f0c Jul 3, 2018
asfgit pushed a commit that referenced this pull request Jul 3, 2018
…lSafe

## What changes were proposed in this pull request?

In Dataset.join we have a small hack for resolving ambiguity in the column name for self-joins. The current code supports only `EqualTo`.

The PR extends the fix to `EqualNullSafe`.

Credit for this PR should be given to daniel-shields.

## How was this patch tested?

added UT

Author: Marco Gaido <[email protected]>

Closes #21605 from mgaido91/SPARK-24385_2.

(cherry picked from commit a7c8f0c)
Signed-off-by: Wenchen Fan <[email protected]>
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.

3 participants