You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by "RaigorJiang (via GitHub)" <gi...@apache.org> on 2023/04/11 06:24:38 UTC

[GitHub] [shardingsphere] RaigorJiang commented on issue #25095: JDBC datasource and table sharded by one column will route ERROR

RaigorJiang commented on issue #25095:
URL: https://github.com/apache/shardingsphere/issues/25095#issuecomment-1502749560

   @zt9788 
   Your expression in `db-demo_table` is `demotable_${id % 64}`, maybe what you want is `demotable_${id % 2 % 64}`?


-- 
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-unsubscribe@shardingsphere.apache.org

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