terrymanu opened a new issue #15592: URL: https://github.com/apache/shardingsphere/issues/15592
The IT result is different with load data from database. Case name: 1. select t_order_federate.*, t_order_item_federate_sharding.* from t_order_federate, t_order_item_federate_sharding where t_order_federate.order_id = t_order_item_federate_sharding.item_id AND t_order_item_federate_sharding.remarks = 't_order_item_federate_sharding' 2. select o.*, i.* from t_order_federate o, t_order_item_federate_sharding i where o.order_id = i.item_id Expected: is "1000" but: was "10000" Please see `dql-integration-test-cases.xml` and search `FIXME #` -- 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]
