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 2021/03/08 22:23:00 UTC

[jira] [Created] (ARROW-11909) [C++] Get rid of MakeIteratorGenerator

Weston Pace created ARROW-11909:
-----------------------------------

             Summary: [C++] Get rid of MakeIteratorGenerator
                 Key: ARROW-11909
                 URL: https://issues.apache.org/jira/browse/ARROW-11909
             Project: Apache Arrow
          Issue Type: Sub-task
          Components: C++
            Reporter: Weston Pace


MakeIteratorGenerator is a stop-gap measure while we convert readers to be asynchronous.  It is not generally safe in async pipelines code (could use to nested deadlock) and should be removed once we stop using it as a stop-gap as it may encourage someone to use it in the future.  This JIRA is a reminder to clean it up.



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