GitHub user yhuai opened a pull request:
https://github.com/apache/spark/pull/8953
[SPARK-10887] [sql] Build HashedRelation outside of HashJoinNode.
This PR refactors `HashJoinNode` to take a existing `HashedRelation`. So,
we can reuse this node for both `ShuffledHashJoin` and `BroadcastHashJoin`.
https://issues.apache.org/jira/browse/SPARK-10887
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/yhuai/spark SPARK-10887
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/8953.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 #8953
----
commit 0cf8d44634b43df280ebef43dcd4941e8195a656
Author: Yin Huai <[email protected]>
Date: 2015-09-30T23:20:53Z
Build HashedRelation outside of HashJoinNode.
----
---
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]