You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After ARROW-16444 and ARROW-16703 we will have some arrow_dplyr_query objects whose pipeline can't contain head() after the part that calls R code. This is a very big feature not to support and we need to find a workaround. The full-on solution is to make sure that we support an R-level RecordBatchReader, but there may be a workaround that we can support in the meantime.
After ARROW-16444 and ARROW-16703 we will have some arrow_dplyr_query objects whose pipeline can't contain
head()
after the part that calls R code. This is a very big feature not to support and we need to find a workaround. The full-on solution is to make sure that we support an R-level RecordBatchReader, but there may be a workaround that we can support in the meantime.Reporter: Dewey Dunnington / @paleolimbot
Assignee: Dewey Dunnington / @paleolimbot
Related issues:
PRs and other links:
Note: This issue was originally created as ARROW-17178. Please see the migration documentation for further details.
The text was updated successfully, but these errors were encountered: