codefairy08 commented on issue #2241: Left join get more data then expected URL: https://github.com/apache/incubator-shardingsphere/issues/2241#issuecomment-485750916 binding table means two table has same sharding strategy, two join tables can be binding table. if logic table ts_order has one row which id is 1 in the table ts_order_0001 , logic table ts_order_address also has one row which order_id is 1 in the ts_order_address_0001 , binding table is correct in his situation, logic table ts_order_address has more than one row which order_id is 1 in the ts_order_address_0001 and ts_order_address_0002, binding table is not correct in his situation. the route all sharding data source is correct
---------------------------------------------------------------- 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] With regards, Apache Git Services
