Right now do_exec_plan returns an Arrow table because head, tail, and arrange do. If ARROW-14289 is completed and similar work is done for arrange, we may be able to alter do_exec_plan to return a RBR instead.
The map_batches() implementation (ARROW-14029) could benefit from this refactor. And it might make ARROW-15040 more useful.
Reporter: Will Jones / @wjones127
Assignee: Neal Richardson / @nealrichardson
Related issues:
PRs and other links:
Note: This issue was originally created as ARROW-15271. Please see the migration documentation for further details.
Right now
do_exec_planreturns an Arrow table becausehead,tail, andarrangedo. If ARROW-14289 is completed and similar work is done forarrange, we may be able to alterdo_exec_planto return a RBR instead.The
map_batches()implementation (ARROW-14029) could benefit from this refactor. And it might make ARROW-15040 more useful.Reporter: Will Jones / @wjones127
Assignee: Neal Richardson / @nealrichardson
Related issues:
PRs and other links:
Note: This issue was originally created as ARROW-15271. Please see the migration documentation for further details.