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

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