-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Description
The experimental map_batches() function is broken. The one test for it has not been failing only because it calls the min() function which had no binding and thus triggered abandon_ship() to throw a warning and pull the data into R, preempting the error that would have happened later.
Reporter: Will Jones / @wjones127
Assignee: Will Jones / @wjones127
Related issues:
- [R] experimental map_batches cannot find columns (relates to)
- [R] Refactor do_exec_plan to return a RecordBatchReader (relates to)
- [R][Compute] ExecPlan_run should return RecordBatchReader instead of Table (depends upon)
PRs and other links:
Note: This issue was originally created as ARROW-14029. Please see the migration documentation for further details.