zihaoAK47 commented on code in PR #26332:
URL: https://github.com/apache/shardingsphere/pull/26332#discussion_r1257275412


##########
parser/sql/dialect/mysql/src/test/java/org/apache/shardingsphere/sql/parser/mysql/visitor/format/MySQLFormatVisitorIT.java:
##########
@@ -76,23 +76,23 @@ public Stream<? extends Arguments> provideArguments(final 
ExtensionContext exten
                                     + "`runoob_test` NATIONAL CHAR(40),\n"
                                     + "`submission_date` DATE,\n"
                                     + "PRIMARY KEY (`runoob_id`)\n"
-                                    + ")ENGINE=InnoDB DEFAULT CHARSET=utf8;",
+                                    + ")ENGINE=INNODB DEFAULT CHARSET=utf8;",

Review Comment:
   When modifying the vocabulary, this test did not pass, and now the previous 
modifications have been restored :blush: 



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