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

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

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

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