You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "David Li (Jira)" <ji...@apache.org> on 2022/03/29 17:02:00 UTC

[jira] [Resolved] (ARROW-16026) [C++] Add support for the serial executor to expose an async generator as an iterable

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

David Li resolved ARROW-16026.
------------------------------
    Fix Version/s: 8.0.0
       Resolution: Fixed

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

> [C++] Add support for the serial executor to expose an async generator as an iterable
> -------------------------------------------------------------------------------------
>
>                 Key: ARROW-16026
>                 URL: https://issues.apache.org/jira/browse/ARROW-16026
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: C++
>            Reporter: Weston Pace
>            Assignee: Weston Pace
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 8.0.0
>
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> The SerialExecutor can currently serialize a future-returning task by running it in an event loop style executor.
> This JIRA is to add support for serializing an async-generator task by turning it into an iterator.  Each time the iterator is polled the generator will be polled and the event loop will run until an item is delivered and the event loop is exhausted.



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