You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by "FlyingZC (via GitHub)" <gi...@apache.org> on 2023/02/27 03:37:50 UTC

[GitHub] [shardingsphere] FlyingZC commented on a diff in pull request #24256: Fix rename index name error

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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org