totalo edited a comment on issue #10584:
URL: 
https://github.com/apache/shardingsphere/issues/10584#issuecomment-857619618


   > But my test case is OK, did you modify the SQL?
   
   @RaigorJiang Sorry for being late.I modified selectAll in 
OrderItemMapper.xml from `SELECT * from t_order_item` to `SELECT i.* FROM 
t_order o, t_order_item i WHERE o.order_id = i.order_id;`, and then an 
exception occurred.


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to