Skip to content
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

[SPARK-19261][SQL]Support ALTER TABLE table_name ADD COLUMNS(..) statement #16617

Closed
wants to merge 8 commits into from

Conversation

stanzhai
Copy link
Contributor

What changes were proposed in this pull request?

We should support ALTER TABLE table_name ADD COLUMNS(..) statement, which already be supported in version < 2.x.
This is very useful for those who want to upgrade there Spark version to 2.x.

How was this patch tested?

Add some test cases in DDLCommandSuite, and test with Hive in my environment.

@AmplabJenkins
Copy link

Can one of the admins verify this patch?

@xwu0226
Copy link
Contributor

xwu0226 commented Jan 17, 2017

@stanzhai Thank you for submitting the PR to resolve this issue. Sorry, I also did the work recently. I just submitted another PR to this JIRA, since my PR might be better and cover more issues. Could you please review it? Thank you!

@stanzhai
Copy link
Contributor Author

stanzhai commented Jan 18, 2017

Good job @xwu0226 !
I will review your PR.

@stanzhai stanzhai closed this Jan 18, 2017
@stanzhai stanzhai deleted the master branch February 8, 2017 15:23
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