Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[R] Support head() in arrow_dplyr_query with user-defined function #32474

Closed
asfimport opened this issue Jul 22, 2022 · 1 comment
Closed

[R] Support head() in arrow_dplyr_query with user-defined function #32474

asfimport opened this issue Jul 22, 2022 · 1 comment

Comments

@asfimport
Copy link
Collaborator

asfimport commented Jul 22, 2022

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.

@asfimport
Copy link
Collaborator Author

Dewey Dunnington / @paleolimbot:
Issue resolved by pull request 13706
#13706

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants