Skip to content

Conversation

@gatorsmile
Copy link
Member

What changes were proposed in this pull request?

Based on the Hive SQL syntax, the command to change column name/type/position/comment is ALTER TABLE CHANGE COLUMN. However, in our .g4 file, it is ALTER TABLE CHANGE COLUMNS. Because it is the last optional keyword, it does not take any effect. Thus, I put the issue as a Trivial level.

cc @hvanhovell

How was this patch tested?

Existing test cases

@hvanhovell
Copy link
Contributor

Pretty trivial :), but LGTM pending Jenkins.

@gatorsmile
Copy link
Member Author

Yeah! : )

@SparkQA
Copy link

SparkQA commented Jul 13, 2016

Test build #62273 has finished for PR 14186 at commit 89a4eed.

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

@hvanhovell
Copy link
Contributor

Merging to master. Thanks.

@asfgit asfgit closed this in 1b5c9e5 Jul 14, 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