You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Weston Pace (Jira)" <ji...@apache.org> on 2020/10/05 22:35:00 UTC

[jira] [Created] (ARROW-10183) Create an async ParallelForEach that runs on an iterator

Weston Pace created ARROW-10183:
-----------------------------------

             Summary: Create an async ParallelForEach that runs on an iterator
                 Key: ARROW-10183
                 URL: https://issues.apache.org/jira/browse/ARROW-10183
             Project: Apache Arrow
          Issue Type: Sub-task
            Reporter: Weston Pace


This method should take in an iterator and spawn N threads to pull items off the iterator and start working on them.  It should return a future which will complete when all N threads have finished and the iterator is exhausted.



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