paleolimbot commented on issue #2694:
URL: https://github.com/apache/arrow-adbc/issues/2694#issuecomment-2817312665

   > is it possible to return a Stream like DataFusion does?
   
   The ADBC spec itself returns RecordBatchReaders, although I am sure the Rust 
API could allow for a driver to implement Stream output to avoid a Stream -> 
Record Batch Reader -> Stream if that's what the caller (like you!) actually 
wanted.
   
   If I have time in the next week or two I'll try to upstream some of our 
DataFusion/ADBC work...the ability to implement an ADBC TableProvider and the 
ability to implement a driver for an engine that uses DataFusion under the hood 
will help flush out some of these issues in a more concrete way.


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

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

Reply via email to