morrySnow commented on PR #19438: URL: https://github.com/apache/doris/pull/19438#issuecomment-1547436400
maybe we should do this rewrite after do single node plan. to cover this case: ``` select c1, c2, c3 from (select * from t) t2 limit 100, 10; ``` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
