Skip to content

[SPARK-14799][SQL] Remove MetastoreRelation dependency from AnalyzeTable - part 1#12566

Closed
rxin wants to merge 2 commits intoapache:masterfrom
rxin:SPARK-14799
Closed

[SPARK-14799][SQL] Remove MetastoreRelation dependency from AnalyzeTable - part 1#12566
rxin wants to merge 2 commits intoapache:masterfrom
rxin:SPARK-14799

Conversation

@rxin
Copy link
Copy Markdown
Contributor

@rxin rxin commented Apr 21, 2016

What changes were proposed in this pull request?

This patch isolates AnalyzeTable's dependency on MetastoreRelation into a single line. After this we can work on converging MetastoreRelation and CatalogTable.

How was this patch tested?

Covered by existing tests.

@SparkQA
Copy link
Copy Markdown

SparkQA commented Apr 21, 2016

Test build #56508 has finished for PR 12566 at commit cd81a69.

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

@rxin
Copy link
Copy Markdown
Contributor Author

rxin commented Apr 21, 2016

cc @yhuai

This one doesn't yet remove the dependency, but puts everything in one line. I think the next step is to make MetastoreRelation also a CatalogRelation.

@yhuai
Copy link
Copy Markdown
Contributor

yhuai commented Apr 21, 2016

The current changes look good!

@rxin rxin changed the title [SPARK-14799][SQL] Remove MetastoreRelation dependency from AnalyzeTable - WIP [SPARK-14799][SQL] Remove MetastoreRelation dependency from AnalyzeTable - part 1 Apr 21, 2016
@rxin
Copy link
Copy Markdown
Contributor Author

rxin commented Apr 21, 2016

Thanks - merging in master.

@asfgit asfgit closed this in 79008e6 Apr 21, 2016
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