JiekerTime opened a new issue #9576:
URL: https://github.com/apache/shardingsphere/issues/9576


   ### Which version of ShardingSphere did you use?
   5.0.0-RC1-SNAPSHOT
   
   Assertion fails when I try to execute  `SELECT * FROM t_user u INNER JOIN 
t_user_item m ON u.user_id=m.user_id`.
   According to the log, the SQL was rewritten as follows:
   
![image](https://user-images.githubusercontent.com/76552510/109769579-5e2c3b00-7c35-11eb-8c80-db2007eeb9d9.png)
   And the following exception was thrown:
   
![image](https://user-images.githubusercontent.com/76552510/109769710-89168f00-7c35-11eb-8327-ba1672c16f7c.png)
   
   
   Obviously, this is not the expected result
   
   You can review this by 


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