About-Gleaning commented on issue #29695:
URL: 
https://github.com/apache/shardingsphere/issues/29695#issuecomment-1886182847

   throw error code: SimpleTableSegmentBinder.checkTableExists function
   ```
   
ShardingSpherePreconditions.checkState(statementBinderContext.getMetaData().containsDatabase(databaseName)
                   && 
statementBinderContext.getMetaData().getDatabase(databaseName).containsSchema(schemaName)
                   && 
statementBinderContext.getMetaData().getDatabase(databaseName).getSchema(schemaName).containsTable(tableName),
                   () -> new TableNotExistsException(tableName));
   ```
   metadata.databse.logic_db have not simple table name
   ![截屏2024-01-11 11 51 
06](https://github.com/apache/shardingsphere/assets/26588825/2473fbb8-e550-483d-bf6e-67bffecbe566)
   


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

Reply via email to