[
https://issues.apache.org/jira/browse/ARROW-17439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17583818#comment-17583818
]
Neal Richardson commented on ARROW-17439:
-----------------------------------------
Yes, it is an API change, and initially I wrote pull() to return an R vector to
match the dbplyr expectation. But because arrow has a meaningful in-memory
vector structure (Array/ChunkedArray), it makes sense to use it; it's just not
possible in the same way with a remote SQL database with dbplyr.
> [R] pull() should compute() not collect()
> -----------------------------------------
>
> Key: ARROW-17439
> URL: https://issues.apache.org/jira/browse/ARROW-17439
> Project: Apache Arrow
> Issue Type: Improvement
> Components: R
> Reporter: Neal Richardson
> Assignee: Bryce Mecum
> Priority: Major
> Labels: good-first-issue
>
> Currently {{pull()}} returns an R vector, but it's the only dplyr verb other
> than {{collect()}} that returns an R data structure. And there's no other
> natural way to extract a ChunkedArray from the result of an arrow query.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)