You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Ben Kietzman (Jira)" <ji...@apache.org> on 2021/08/18 14:13:00 UTC

[jira] [Created] (ARROW-13660) [C++][Compute] Remove `seq` as a parameter of ExecNode::InputReceived

Ben Kietzman created ARROW-13660:
------------------------------------

             Summary: [C++][Compute] Remove `seq` as a parameter of ExecNode::InputReceived
                 Key: ARROW-13660
                 URL: https://issues.apache.org/jira/browse/ARROW-13660
             Project: Apache Arrow
          Issue Type: Improvement
          Components: C++
            Reporter: Ben Kietzman
             Fix For: 6.0.0


`seq` is a parameter on which no useful guarantees can be provided and which causes confusion since it could be construed to imply ordering, uniqueness of the tag, etc. Let's simplify the API by simply removing it



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