jayhan94 commented on PR #23744:
URL: https://github.com/apache/datafusion/pull/23744#issuecomment-5230779470

   > Isn't LIMIT already handled for subqueries? Perhaps we just need to extend 
the same logic to handle `OFFSET`
   > 
   > I don't understand the need to add a new method to ExecutionPlan
   
   I simplified the patch: no ExecutionPlan API changes—just use the existing 
is_limit check to preserve linked sorts below a limit, with a regression test 
proving the fix. Please review again @alamb .


-- 
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]

Reply via email to