tranceyu opened a new issue, #35140:
URL: https://github.com/apache/shardingsphere/issues/35140

   ## Question
   
           <dependency>
               <groupId>org.apache.shardingsphere</groupId>
               <artifactId>shardingsphere-jdbc</artifactId>
               <version>5.5.2</version>
           </dependency>
   
   
   rules:
     - !SHARDING
       tables:
         es_goods_template:
           actualDataNodes: ds0.es_goods_template, ds0.es_goods_template_akc
           tableStrategy:
             standard:
               shardingColumn: business_id
               shardingAlgorithmName: custom_table_algorithm
       shardingAlgorithms:
         custom_table_algorithm:
           type: CLASS_BASED
           props:
             strategy: STANDARD
             algorithmClassName: 
com.enation.app.javashop.framework.config.TemplateShardingAlgorithm
       defaultDatabaseStrategy:
         none:
       defaultTableStrategy:
         none:
   props:
         sql-show: true
   
   
   this is my config  when i query other table  ( except es_goods_template  )   
has error   
   
   Error preparing statement.  Cause: 
org.apache.shardingsphere.infra.exception.kernel.metadata.TableNotFoundException:
 Table or view 'es_sensitive_words' does not exist. 
   
   The effect I want is that no configured table is routed to ds0  
   hao to config ?
   
   
   


-- 
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: 
notifications-unsubscr...@shardingsphere.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to