-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Description
Following ARROW-13542. Any query that has a join or an aggregation currently has to first evaluate the query and hold it in memory before creating a Scanner to write it. We could improve that by using a WriteNode inside write_dataset() (and maybe that improves the other cases too, or at least allows us to delete some code).
Reporter: Neal Richardson / @nealrichardson
Assignee: Neal Richardson / @nealrichardson
Related issues:
- [R] Use WriteNode in write_dataset() (duplicates)
Note: This issue was originally created as ARROW-14266. Please see the migration documentation for further details.