Skip to content

[SPARK-17274][SQL] Move join optimizer rules into a separate file - #14846

Closed
rxin wants to merge 1 commit into
apache:masterfrom
rxin:SPARK-17274
Closed

[SPARK-17274][SQL] Move join optimizer rules into a separate file#14846
rxin wants to merge 1 commit into
apache:masterfrom
rxin:SPARK-17274

Conversation

@rxin

@rxinrxin commented Aug 27, 2016

Copy link
Copy Markdown
Contributor

What changes were proposed in this pull request?

As part of breaking Optimizer.scala apart, this patch moves various join rules into a single file.

How was this patch tested?

This should be covered by existing tests.

@rxin

rxin commented Aug 27, 2016

Copy link
Copy Markdown
ContributorAuthor

Hopefully this one can be merged in branch-2.0.

@yhuai

Copy link
Copy Markdown
Contributor

lgtm

@rxin

rxin commented Aug 27, 2016

Copy link
Copy Markdown
ContributorAuthor

Merging in master/branch-2.0.

asfgit pushed a commit that referenced this pull request Aug 27, 2016
## What changes were proposed in this pull request?
As part of breaking Optimizer.scala apart, this patch moves various join rules into a single file.
## How was this patch tested?
This should be covered by existing tests.
Author: Reynold Xin <rxin@databricks.com>
Closes#14846 from rxin/SPARK-17274.
(cherry picked from commit 718b6ba)
Signed-off-by: Reynold Xin <rxin@databricks.com>
@SparkQA

Copy link
Copy Markdown

Test build #64519 has finished for PR 14846 at commit 1e08294.

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

Sign up for freeto 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

@rxin@yhuai@SparkQA