FlyingZC commented on code in PR #24256:
URL: https://github.com/apache/shardingsphere/pull/24256#discussion_r1118249210


##########
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:
   [OK]



-- 
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]

Reply via email to