hsw409328 commented on issue #11392:
URL: 
https://github.com/apache/shardingsphere/issues/11392#issuecomment-882396681


   debug :
   
   package org.apache.shardingsphere.infra.rule.single;
   
   @Getter
   public final class SingleTableRule implements FeatureRule, SchemaRule {
       
       private final Collection<String> dataSourceNames;
       
       private final Map<String, SingleTableDataNode> singleTableDataNodes;
   
   ...
   }
   
   singleTableDataNodes  for Map. The key will be covered


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