MyHeart0 commented on issue #33342:
URL: 
https://github.com/apache/shardingsphere/issues/33342#issuecomment-2430539342

   Sorry, I just upgraded to version 5.5.1 and configured the name and default 
data source for each table according to the official documentation, but it 
still prompts me
   
   Table or view 'not support' does not exist.
   
   May I ask why this is? The name of a single table is' user ', but why is the 
error reported as the name of another non-existent table? Here is the code
   
       SingleRuleConfiguration ruleConfig = new SingleRuleConfiguration();
       ruleConfig.setTables(Arrays.asList("ds_2024.user"));
       ruleConfig.setDefaultDataSource("ds_2024");


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