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

[jira] [Created] (ARROW-13328) [C++][Dataset] Use an ExecPlan for synchronous scans

Ben Kietzman created ARROW-13328:
------------------------------------

             Summary: [C++][Dataset] Use an ExecPlan for synchronous scans
                 Key: ARROW-13328
                 URL: https://issues.apache.org/jira/browse/ARROW-13328
             Project: Apache Arrow
          Issue Type: Improvement
          Components: C++
            Reporter: Ben Kietzman


ARROW-13238 ensured that asynchronous dataset scans are internally backed by ExecPlans, allowing easier integration with new ExecNode sinks.

However synchronous scans are still backed by {{FilterAndProjectScanTask}} and are not consumable using ExecNodes. Ideally, we should route synchronous scans through an ExecPlan as well.



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