[
https://issues.apache.org/jira/browse/ARROW-12023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Weston Pace closed ARROW-12023.
-------------------------------
Resolution: Invalid
This can already be done through a combination of `MakeSingleFutureGenerator`
and `MakeMerged`/`MakeConcatenated`. It is also no longer needed in the
scanner.
> Allow for AsyncGenerator<Future<>>
> ----------------------------------
>
> Key: ARROW-12023
> URL: https://issues.apache.org/jira/browse/ARROW-12023
> Project: Apache Arrow
> Issue Type: Improvement
> Components: C++
> Reporter: Weston Pace
> Assignee: Weston Pace
> Priority: Minor
>
> Sometimes it's useful to do something like...
> Collect(source.Map(x => table_builder.AddTable())
> For example, in Scanner::ToTableAsync the table_building_task returns
> std::shared_ptr because we need something "iterable" currently.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)