alamb commented on issue #9792:
URL: 
https://github.com/apache/arrow-datafusion/issues/9792#issuecomment-2037400784

   What I was suggesting is that 
   
   ```
   Limit: fetch=5
   --CoalesceBatches: target_size=1000
   ----Aggregate: to produce 5 rows, needs 500 rows
   ------StreamingTableExec fetch=5.     <--- if there was a fetch=5 here, 
there is no need to limit in CoalesceBatches
                                              as it would see end of stream 
after `StreamingTableExec` is done
   ```


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

Reply via email to