[ 
https://issues.apache.org/jira/browse/ARROW-1009?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17358853#comment-17358853
 ] 

Weston Pace commented on ARROW-1009:
------------------------------------

I think this is completed at this point.   There are asynchronous versions of 
the various record batch readers.  There is not an AsyncRecordBatchReader 
though.  RecordBatchReader is basically Iterator<RecordBatch> + GetMetadata().  
There has not been the need for a similar interface on the async side.  
Generally the schema is either passed along with the reader or it is grabbed 
from the FileReader.  I'm not sure we need to do anything here any more.  
[~lidavidm] thoughts?

> [C++] Create asynchronous version of StreamReader
> -------------------------------------------------
>
>                 Key: ARROW-1009
>                 URL: https://issues.apache.org/jira/browse/ARROW-1009
>             Project: Apache Arrow
>          Issue Type: New Feature
>          Components: C++
>            Reporter: Wes McKinney
>            Priority: Major
>             Fix For: 5.0.0
>
>
> the {{AsyncStreamReader}} would buffer the next record batch in a background 
> thread, while emulating the current synchronous / blocking API



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to