tristaZero opened a new issue #7927: URL: https://github.com/apache/shardingsphere/issues/7927
`ShardingSphereSQLParserEngine` is made up of `StandardSQLParserEngine` and `RDLSQLParserEngine`. At present, if users execute` RDL` SQL, then the `StandardSQLParserEngine` will throw an exception and be caught by `parsingHookRegistry` (to openTracing as well). The example above will confuse users since `RDL` SQL succeeds parsing by `RDLSQLParserEngine,` but `parsingHookRegistry` still receive an error log from `StandardSQLParserEngine`. Hence, we need to fix this issue later. BTW, the relevant classes are `ShardingSphereSQLParserEngine` and `StandardSQLParserEngine`. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
