strongduanmu commented on code in PR #24256:
URL: https://github.com/apache/shardingsphere/pull/24256#discussion_r1118212016
##########
sql-parser/statement/src/main/java/org/apache/shardingsphere/sql/parser/sql/common/statement/ddl/AlterTableStatement.java:
##########
@@ -67,6 +68,8 @@ public abstract class AlterTableStatement extends
AbstractSQLStatement implement
private final Collection<DropIndexDefinitionSegment> dropIndexDefinitions
= new LinkedList<>();
+ private final Collection<RenameIndexDefinitionSegment>
renameIndexDefinitions = new LinkedList<>();
Review Comment:
Please add sql parser test case for this pr.
--
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]