KonarzewskiP commented on issue #31567: URL: https://github.com/apache/shardingsphere/issues/31567#issuecomment-2223720283
Hi @Kiritsgu I have a problem with ANTLR Preview plugin and hope you could help me here. I build my project as suggested with command: `mvn -T 2C clean install -DskipTests` However when I want to check g4 grammar with your SQL (SELECT LOWER(test.column), LOWER(CONVERT(@ str USING utf8mb4))) I have the following error:  Here is path to DMLStatement.g4 file - `parser/sql/dialect/mysql/src/main/antlr4/imports/mysql/DMLStatement.g4` Could you give me please some suggestions how can I make my ANTLR plugin work? -- 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]
