Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
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.
Attachments
Issue Links
- is depended upon by
-
ARROW-13340 [C++][Dataset] Simplify ScanOptions after complexity has moved to ScanNode
- Open
- relates to
-
ARROW-13338 [C++][Dataset] Make async Scanner the default
- Closed