Skip to content

[SPARK-5240][SQL] Adding createDataSourceTable interface to Catalog #4036

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 5 commits into from

Conversation

scwf
Copy link
Contributor

@scwf scwf commented Jan 14, 2015

1 move createDataSourceTable to Catalog as a interface
2 remove DDLStrategy and HiveDDLStrategy by making CreateTempTableUsing and CreateTableUsing follow RunnableCommand
#3960

@SparkQA
Copy link

SparkQA commented Jan 14, 2015

Test build #25515 has started for PR 4036 at commit 4898c57.

  • This patch merges cleanly.

@scwf
Copy link
Contributor Author

scwf commented Jan 14, 2015

/cc @yhuai

@SparkQA
Copy link

SparkQA commented Jan 14, 2015

Test build #25515 has finished for PR 4036 at commit 4898c57.

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

@AmplabJenkins
Copy link

Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/25515/
Test PASSed.

@@ -40,6 +41,12 @@ trait Catalog {

def unregisterAllTables(): Unit

def createDataSourceTable(
tableName: String,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

we'd better using tableidentifier here, after #4062 merged, i will update this

@scwf scwf closed this Feb 27, 2015
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