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:
[email protected]


Reply via email to