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/09 04:07:42 UTC

[GitHub] [shardingsphere] tristaZero commented on issue #7701: java.lang.UnsupportedOperationException: Cannot support database type 'MySQL' error

tristaZero commented on issue #7701:
URL: https://github.com/apache/shardingsphere/issues/7701#issuecomment-705956029


   More detail of log is needed.
   The error came from `SQLParserConfigurationRegistry`
   ```Java
   public SQLParserConfiguration getSQLParserConfiguration(final String databaseTypeName) {
           if (configurations.containsKey(databaseTypeName)) {
               return configurations.get(databaseTypeName);
           }
           throw new UnsupportedOperationException(String.format("Cannot support database type '%s'", databaseTypeName));
       }
   ```


----------------------------------------------------------------
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