You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2022/02/23 10:54:11 UTC

[GitHub] [shardingsphere] terrymanu opened a new issue #15590: Fix IT error for SELECT * FROM t_order o LEFT JOIN t_order_item m ON o.order_id = m.order_id AND o.user_id = m.user_id

terrymanu opened a new issue #15590:
URL: https://github.com/apache/shardingsphere/issues/15590


   The IT result is different with load data from database.
   
   Case name: SELECT * FROM t_order o LEFT JOIN t_order_item m ON o.order_id = m.order_id AND o.user_id = m.user_id
   Expected: is "1100"
   but: was "2000"
   
   Please see `dql-integration-test-cases.xml` and search ``
   
   


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [shardingsphere] strongduanmu closed issue #15590: Fix IT error for `SELECT * FROM t_order o LEFT JOIN t_order_item m ON o.order_id = m.order_id AND o.user_id = m.user_id`

Posted by GitBox <gi...@apache.org>.
strongduanmu closed issue #15590:
URL: https://github.com/apache/shardingsphere/issues/15590


   


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [shardingsphere] tuichenchuxin commented on issue #15590: Fix IT error for `SELECT * FROM t_order o LEFT JOIN t_order_item m ON o.order_id = m.order_id AND o.user_id = m.user_id`

Posted by GitBox <gi...@apache.org>.
tuichenchuxin commented on issue #15590:
URL: https://github.com/apache/shardingsphere/issues/15590#issuecomment-1048674984


   Thank you for your feedback , I'll invetigate it.


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org