lidavidm opened a new pull request #11165:
URL: https://github.com/apache/arrow/pull/11165


   Previously we synchronously called InputReceived in the loop that consumed 
the source generator. This meant that we only ever processed one batch at a 
time (barring a pipeline breaker). Instead, submit batches to an executor and 
use an AsyncTaskGroup to track completion.


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