lidavidm commented on issue #13300: URL: https://github.com/apache/arrow/issues/13300#issuecomment-1145098796
It uses gRPC/C++ underneath which is based around event loop(s) serviced by multiple threads. Are you able to provide the server or client code? Note that list_flights is currently implemented synchronously in Python and will not return until all results are fetched, so it's not suitable for very large/streaming/infinite result streams. -- 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]
