You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2022/06/19 03:50:59 UTC

[GitHub] [shardingsphere] strongduanmu commented on a diff in pull request #18378: add SQL parser for MySQL DO statement.

strongduanmu commented on code in PR #18378:
URL: https://github.com/apache/shardingsphere/pull/18378#discussion_r901042939


##########
shardingsphere-sql-parser/shardingsphere-sql-parser-engine/src/main/java/org/apache/shardingsphere/sql/parser/core/database/visitor/SQLVisitorRule.java:
##########
@@ -481,7 +481,7 @@ public enum SQLVisitorRule {
     ALTER_DOMAIN("AlterDomain", SQLStatementType.DDL),
     
     ALTER_POLICY("AlterPolicy", SQLStatementType.DDL),
-    

Review Comment:
   Please keep same indent with the previous line.



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