Comven commented on issue #13544:
URL: 
https://github.com/apache/shardingsphere/issues/13544#issuecomment-982448272


   
   
   
   
   > @Comven Have you initial all the sharding tables in database? such as 
`order_info_202101`
   I found that the problem was really caused by my failure to create the first 
sub table, Because when I replace the content of actual data nodes from 
`dbrwone.order_info_20210$->{1..9},dbrwone.order_info_2021$->{10..12}` to 
`dbrwone.order_info_2021$->{10..12},dbrwone.order_info_20210$->{1..9}`, it can 
run normally.
   


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