lsyldliu commented on code in PR #19329:
URL: https://github.com/apache/flink/pull/19329#discussion_r845763835
##########
flink-table/flink-sql-parser/src/main/codegen/includes/parserImpls.ftl:
##########
@@ -548,6 +551,18 @@ SqlAlterTable SqlAlterTable() :
tableIdentifier,
newTableIdentifier);
}
+ |
+ <RENAME>
Review Comment:
About the syntax, we have a conclusion in issue [ALTER TABLE statement
enhancement](https://issues.apache.org/jira/browse/FLINK-21634), we don't use
COLUMN keyword. Moreover, COLUMN is optional in Spark.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]