datbth opened a new issue, #48454: URL: https://github.com/apache/arrow/issues/48454
### Describe the enhancement requested I'm trying to do multiple Flight DoGet requests in parallel Ruby Threads/Fibers and observe that `ArrowFlight::Client#do_get` doesn't yield to another Thread/Fiber until the first Arrow Record (RecordBatch) is received. <img width="2453" height="1842" alt="Image" src="https://github.com/user-attachments/assets/5366d6d3-e5c8-4cde-a4e2-1bd29612ee85" /> Is it possible to yield more frequently, such as: * Right after sending the request ticket? * After each chunk in the Record (RecordBatch)? ### Component(s) Ruby -- 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]
