You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "David Li (Jira)" <ji...@apache.org> on 2021/05/12 21:26:00 UTC

[jira] [Created] (ARROW-12767) [C++][Python][FlightRPC] Ensure streaming Flight methods are truly streaming

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)