zihaoAK47 commented on code in PR #29414: URL: https://github.com/apache/shardingsphere/pull/29414#discussion_r1427808537
########## parser/sql/dialect/mysql/src/main/antlr4/imports/mysql/BaseRule.g4: ########## @@ -17,7 +17,7 @@ grammar BaseRule; -import Symbol, Keyword, MySQLKeyword, Literals; +import Comments, Symbol, Keyword, MySQLKeyword, Literals; Review Comment: Hi mentor, the comment file was not imported, resulting in comments in SQL that cannot be parsed. Invert the annotation file into BaseRule, as other files have direct or indirect references to it. -- 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]
