LeeGuoPing opened a new pull request #15398: URL: https://github.com/apache/shardingsphere/pull/15398
A grammar should only define in one file. Currently, a grammar was defined in many g4 files. If may cause unexpected exceptions. eg: `tableName : IDENTIFIER` in a.g4,` tableName: IDENTIFIER | STRING` in b.g4, c.g4 imports a,b. it will load tableName grammar from a, not b. it's not our expect result. Changes proposed in this pull request: - - - -- 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]
