lyy2002 opened a new issue #2839: LimitDecoratorMergedResult in subquery problem URL: https://github.com/apache/incubator-shardingsphere/issues/2839 sql : `SELECT * FROM ( SELECT * FROM 'order' ORDER BY id DESC LIMIT 0, 10 ) AS o LEFT JOIN order_item item ON item.order_id = o.id` Expectations are 20 results, and 10 results due to limit restrictions
---------------------------------------------------------------- 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
