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

Missing definition of several options like AlterTableSpecListOpt #6530

Open
mjonss opened this issue Sep 24, 2021 · 0 comments
Open

Missing definition of several options like AlterTableSpecListOpt #6530

mjonss opened this issue Sep 24, 2021 · 0 comments
Assignees
Labels
area/sql-infra Indicates that the Issue or PR belongs to the area of sql-infra and sql-metadata. tracked This issue has been tracked.

Comments

@mjonss
Copy link
Contributor

mjonss commented Sep 24, 2021

Error Report

Please answer the following questions before submitting your issue. Thanks!

  1. What is the URL/path of the document related to this issue?

sql-statements/sql-statement-alter-table.md (and several others that mentioning ALTER TABLE).

  1. How would you like to improve it?

Add the definition/syntax of the missing options, like

AlterTableSpecListOpt ::= (AlterTableSpecList)?
AlterTableSpecList ::= AlterTableSpec (, AlterTableSpec)*

There are other definitions missing like AlterTablePartitionOpt and probably more.

@TomShawn TomShawn self-assigned this Sep 26, 2021
@shichun-0415 shichun-0415 added area/sql-infra Indicates that the Issue or PR belongs to the area of sql-infra and sql-metadata. tracked This issue has been tracked. labels Feb 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/sql-infra Indicates that the Issue or PR belongs to the area of sql-infra and sql-metadata. tracked This issue has been tracked.
Projects
None yet
Development

No branches or pull requests

3 participants