zeroshade opened a new issue, #43631:
URL: https://github.com/apache/arrow/issues/43631

   ### Describe the enhancement requested
   
   Discussed in https://github.com/apache/arrow-adbc/issues/811, there is a 
need for there to be an asynchronous-oriented version of the C Data Stream 
interface to allow for more use cases and interactions with other runtimes 
(such as R, Python and Ruby). 
   
   Currently, the design of the C Data Stream interface makes it difficult to 
utilize with anything similar to the python `async`/`await` or otherwise as it 
is inherently synchronous for a consumer to interact with. Managing it 
asynchronously would require additional work by users. Instead we can define an 
asynchronous-style stream interface that would enable such use cases, and that 
would then be built upon by ADBC for new ADBC APIs.
   
   ### Component(s)
   
   C, Format


-- 
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: issues-unsubscr...@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to