zhuqi-lucas commented on PR #15730: URL: https://github.com/apache/datafusion/pull/15730#issuecomment-2814459712
> ```rust > if pushdown_plan.fetch().is_some() { > ``` Actually, this special logic was added to fix this issue: https://github.com/apache/datafusion/issues/14204 And after the memory exec/datasource exec supported fetch/limit, the above issue will not happen because the datasource will take over the pushed down limit. -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org