You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Percy Camilo Triveño Aucahuasi (Jira)" <ji...@apache.org> on 2021/12/02 16:18:00 UTC

[jira] [Created] (ARROW-14970) [C++][Compute] Replace ExecNode::InputReceived with ::MakeTask (Part 2)

Percy Camilo Triveño Aucahuasi created ARROW-14970:
------------------------------------------------------

             Summary: [C++][Compute] Replace ExecNode::InputReceived with ::MakeTask (Part 2)
                 Key: ARROW-14970
                 URL: https://issues.apache.org/jira/browse/ARROW-14970
             Project: Apache Arrow
          Issue Type: Improvement
          Components: C++
    Affects Versions: 7.0.0
            Reporter: Percy Camilo Triveño Aucahuasi


In ARROW-13576 we made possible to defer computation of exec nodes but only for some implementations (e.g. Filter and Project) 

This ticket is to continue that effort and make all the nodes submit their tasks at the moment they are operating the ExecNode::InputReceived

Related tasks:

https://issues.apache.org/jira/browse/ARROW-13576

https://issues.apache.org/jira/browse/ARROW-14330

 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)