Skip to content

Conversation

@ueshin
Copy link
Member

@ueshin ueshin commented Jul 4, 2014

The right side of LeftSemi join needs columns only used in join condition.

@AmplabJenkins
Copy link

Merged build triggered.

@AmplabJenkins
Copy link

Merged build started.

@AmplabJenkins
Copy link

Merged build finished. All automated tests passed.

@AmplabJenkins
Copy link

All automated tests passed.
Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/16344/

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe "pruneJoinChild". It took me a little bit to figure out why this was okay, as shadowing the outside function is a little confusing.

@marmbrus
Copy link
Contributor

marmbrus commented Jul 4, 2014

Another awesome addition to the optimizer! Only minor comments.

@ueshin
Copy link
Member Author

ueshin commented Jul 5, 2014

Thank you for your comments.
Fixed and pushed.

@AmplabJenkins
Copy link

Merged build triggered.

@AmplabJenkins
Copy link

Merged build started.

@AmplabJenkins
Copy link

Merged build finished. All automated tests passed.

@AmplabJenkins
Copy link

All automated tests passed.
Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/16351/

@asfgit asfgit closed this in 3da8df9 Jul 5, 2014
@marmbrus
Copy link
Contributor

marmbrus commented Jul 5, 2014

Thanks! Merged into master and 1.0.

asfgit pushed a commit that referenced this pull request Jul 5, 2014
…join.

The right side of `LeftSemi` join needs columns only used in join condition.

Author: Takuya UESHIN <[email protected]>

Closes #1301 from ueshin/issues/SPARK-2366 and squashes the following commits:

7677a39 [Takuya UESHIN] Update comments.
786d3a0 [Takuya UESHIN] Rename method name.
e0957b1 [Takuya UESHIN] Add column pruning for the right side of LeftSemi join.

(cherry picked from commit 3da8df9)
Signed-off-by: Michael Armbrust <[email protected]>
xiliu82 pushed a commit to xiliu82/spark that referenced this pull request Sep 4, 2014
…join.

The right side of `LeftSemi` join needs columns only used in join condition.

Author: Takuya UESHIN <[email protected]>

Closes apache#1301 from ueshin/issues/SPARK-2366 and squashes the following commits:

7677a39 [Takuya UESHIN] Update comments.
786d3a0 [Takuya UESHIN] Rename method name.
e0957b1 [Takuya UESHIN] Add column pruning for the right side of LeftSemi join.
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