David Li created ARROW-12767:
--------------------------------
Summary: [C++][Python][FlightRPC] Ensure streaming Flight methods
are truly streaming
Key: ARROW-12767
URL: https://issues.apache.org/jira/browse/ARROW-12767
Project: Apache Arrow
Issue Type: Improvement
Components: C++, FlightRPC, Python
Reporter: David Li
Assignee: David Li
Lots of Flight methods have streaming interfaces, but are implemented
synchronously, either on the server side, on the client side, or in the
respective Python bindings. This somewhat limits their usefulness, though, the
core 'expensive' operations (DoGet et al) are truly streaming which is what
matters.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)