Dandandan commented on issue #9792: URL: https://github.com/apache/arrow-datafusion/issues/9792#issuecomment-2041372425
> so what should be a better design instead of passing fetch via CoalesceBatchesExec? Even better would be if every operator accept fetch, like @alamb suggests for Aggregate. I wonder for the purpose of this ticket, we can also put limit below `CoalesceBatchesExec` instead of after. ```` CoalesceBatches: target_size=1000 --Limit fetch=5 ----Aggregate: ------StreamingTableExec ```` -- 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]
