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 2021/07/20 21:10:00 UTC

[jira] [Created] (ARROW-13417) [C++] The merged generator can sometimes pull from source sync-reentrant

Weston Pace created ARROW-13417:
-----------------------------------

             Summary: [C++] The merged generator can sometimes pull from source sync-reentrant
                 Key: ARROW-13417
                 URL: https://issues.apache.org/jira/browse/ARROW-13417
             Project: Apache Arrow
          Issue Type: Bug
          Components: C++
            Reporter: Weston Pace


Async generators make no promises about whether or not they are synchronously reentrant and they should never be pulled in a synchronously reentrant fashion.  The merged generator is breaking this rule.



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