GitHub user gatorsmile opened a pull request:
https://github.com/apache/spark/pull/9921
[SPARK-11934] [SQL] Adding joinType into joinWith
Except inner join, maybe the other join types are also useful when users
are using the joinWith function. Thus, added the joinType into the existing
joinWith call in Dataset APIs.
Also providing another joinWith interface for the cartesian-join-like
function.
Please provide your opinions. @marmbrus @rxin @cloud-fan Thank you!
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gatorsmile/spark joinWith
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/9921.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #9921
----
commit 118b0bc301d00b1c872f1eb8a7e36c59c76120e7
Author: gatorsmile <[email protected]>
Date: 2015-11-23T22:00:14Z
Merge remote-tracking branch 'upstream/master' into joinWith
commit 50f5320529e403ac95b1b3b4b0fc7c012b4ea563
Author: gatorsmile <[email protected]>
Date: 2015-11-23T23:03:20Z
Add joinType into the joinWith API
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]