zxh-im commented on issue #33709:
URL: 
https://github.com/apache/shardingsphere/issues/33709#issuecomment-2489872484

   > The issue involves other third-party dependencies, but our focus is solely 
on ShardingSphere itself. Since ShardingSphere implements the JDBC interface, 
standard applications should be functional. We wish to allocate more effort 
towards enhancing the current version, and therefore will no longer handle such 
issues. Please read the documentation or provide more effective information 
when submitting an issue.
   
   I see the error occurs in the SimpleTableSegmentBinder.checkTableExists 
method. The 
binderContext.getMetaData().getDatabase(databaseName).getSchema(schemaName).containsTable(tableName)
 method does not contain the current shard table. I debugged and found that 
this data should only have a single table. Can you tell me what to check?


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