[
https://issues.apache.org/jira/browse/ARROW-8311?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Wes McKinney resolved ARROW-8311.
---------------------------------
Resolution: Fixed
Issue resolved by pull request 6804
[https://github.com/apache/arrow/pull/6804]
> [C++] Add push style stream format reader
> -----------------------------------------
>
> Key: ARROW-8311
> URL: https://issues.apache.org/jira/browse/ARROW-8311
> Project: Apache Arrow
> Issue Type: Improvement
> Components: C++
> Reporter: Kouhei Sutou
> Assignee: Kouhei Sutou
> Priority: Major
> Labels: pull-request-available
> Fix For: 0.17.0
>
> Time Spent: 9h 20m
> Remaining Estimate: 0h
>
> The current reader API read data from stream directly. This API isn't usable
> with event driven style IO API.
> Push style reader API don't read data from stream directly. It receive
> already read data by users. This style is useful with event driven style IO
> API. We can't read data from stream directly in event driven style IO API. We
> just receive already read data from event driven style IO API.
> We can't use the current reader API with event driven style IO API but we can
> use push style reader with event driven style IO API.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)