strongduanmu opened a new issue #13835:
URL: https://github.com/apache/shardingsphere/issues/13835


   ## Bug Report
   
   ### Which version of ShardingSphere did you use?
   
   master branch
   
   ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
   
   ShardingSphere-Proxy
   
   ### Expected behavior
   
   Execute the following join query and get the correct result.
   
   ```sql
   SELECT i.* FROM t_order o JOIN t_order_item i ON o.k=i.k;
   ```
   
   `t_order` and `t_order_item` are binding tables, and the sharding key is 
`oid`.
   
   ### Actual behavior
   
   At present, the join query without the shard key will still be routed 
according to the binding table, and the result is wrong.
   
   ### Reason analyze (If you can)
   
   ### Steps to reproduce the behavior, such as: SQL to execute, sharding rule 
configuration, when exception occur etc.
   
   ### Example codes for reproduce this issue (such as a github link).
   


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