You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Weston Pace (Jira)" <ji...@apache.org> on 2022/01/15 00:14:00 UTC

[jira] [Resolved] (ARROW-14577) [C++] Enable fine grained IO for async IPC reader

     [ https://issues.apache.org/jira/browse/ARROW-14577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Weston Pace resolved ARROW-14577.
---------------------------------
    Fix Version/s: 7.0.0
       Resolution: Fixed

Issue resolved by pull request 11616
[https://github.com/apache/arrow/pull/11616]

> [C++] Enable fine grained IO for async IPC reader 
> --------------------------------------------------
>
>                 Key: ARROW-14577
>                 URL: https://issues.apache.org/jira/browse/ARROW-14577
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: C++
>    Affects Versions: 6.0.0
>            Reporter: Yue Ni
>            Assignee: Weston Pace
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 7.0.0
>
>          Time Spent: 7h 10m
>  Remaining Estimate: 0h
>
> The IPC reader operates at the granularity of an entire record batch; even if you're loading only a few columns, the entire record batch is read. ARROW-12683 partially addressed this issue by enabling this capability for sync read API, however, async read API still lacks of this capability.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)