aboutsummaryrefslogtreecommitdiff
path: root/R/pkg/inst/tests
diff options
context:
space:
mode:
authorgatorsmile <gatorsmile@gmail.com>2016-07-14 17:15:51 +0200
committerHerman van Hovell <hvanhovell@databricks.com>2016-07-14 17:15:51 +0200
commit1b5c9e52a7d5cdd3b4da1334ddff0518a8e14505 (patch)
tree6c57fe56345cfb4f7dc38238b4bc2dae853f0023 /R/pkg/inst/tests
parentb7b5e17876f65c6644505c356f1a0db24ce1d142 (diff)
downloadspark-1b5c9e52a7d5cdd3b4da1334ddff0518a8e14505.tar.gz
spark-1b5c9e52a7d5cdd3b4da1334ddff0518a8e14505.tar.bz2
spark-1b5c9e52a7d5cdd3b4da1334ddff0518a8e14505.zip
[SPARK-16530][SQL][TRIVIAL] Wrong Parser Keyword in ALTER TABLE CHANGE COLUMN
#### What changes were proposed in this pull request? Based on the [Hive SQL syntax](https://cwiki.apache.org/confluence/display/Hive/LanguageManual+DDL#LanguageManualDDL-ChangeColumnName/Type/Position/Comment), 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 Author: gatorsmile <gatorsmile@gmail.com> Closes #14186 from gatorsmile/changeColumns.
Diffstat (limited to 'R/pkg/inst/tests')
0 files changed, 0 insertions, 0 deletions