You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2020/10/27 07:05:12 UTC

[GitHub] [shardingsphere] tristaZero opened a new issue #7927: The undesirable parsing error info for openTracing

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:
users@infra.apache.org



[GitHub] [shardingsphere] tuohai666 closed issue #7927: The undesirable parsing error info for openTracing

Posted by GitBox <gi...@apache.org>.
tuohai666 closed issue #7927:
URL: https://github.com/apache/shardingsphere/issues/7927


   


----------------------------------------------------------------
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:
users@infra.apache.org