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

fix Issues: #1524 support hive alter sql : ALTER TABLE name ADD COLUMNS (col type,col2 type.....) #1605

Merged
merged 1 commit into from
Aug 3, 2022

Conversation

Zhumin-lv-wn
Copy link
Contributor

@Zhumin-lv-wn Zhumin-lv-wn commented Jul 30, 2022

support hive alter sql : ALTER TABLE name ADD COLUMNS (col type,col2 type.....)
example :

   ALTER TABLE tablename add column (col  string comment 'aaaaa');
   ALTER TABLE tablename add column (col  string comment 'aaaaa', col2 string comment 'bbbbb');

@Zhumin-lv-wn Zhumin-lv-wn changed the title #1524 support hive alter sql : ALTER TABLE name ADD COLUMNS (col type,col2 type.....) fix Issues: #1524 support hive alter sql : ALTER TABLE name ADD COLUMNS (col type,col2 type.....) Jul 30, 2022
@wumpz wumpz merged commit fb6e950 into JSQLParser:master Aug 3, 2022
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.

2 participants