[
https://issues.apache.org/jira/browse/ARROW-15325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Will Jones updated ARROW-15325:
-------------------------------
Description:
Got the following comment in [build
{{homebrew-r-autobrew}}|https://github.com/ursacomputing/crossbow/runs/4799447427?check_suite_focus=true]:
{code:java}
map_batches: no visible binding for global variable 'collect'
Undefined global functions or variables:
collect
{code}
Forgot to use {{dplyr::collect}} instead of {{{}collect{}}}.
was:
Got the following comment in [build
{{homebrew-r-autobrew}}|https://github.com/ursacomputing/crossbow/runs/4799447427?check_suite_focus=true]:
{code}
map_batches: no visible binding for global variable 'collect'
Undefined global functions or variables:
collect
{code}
Looks like I should have used the .data inside of map_batches, based on
"eliminating R CMD check NOTEs" section of
https://cran.r-project.org/web/packages/dplyr/vignettes/programming.html.
> [R] Fix CRAN comment on map_batches collect
> -------------------------------------------
>
> Key: ARROW-15325
> URL: https://issues.apache.org/jira/browse/ARROW-15325
> Project: Apache Arrow
> Issue Type: Bug
> Reporter: Will Jones
> Assignee: Will Jones
> Priority: Minor
> Fix For: 7.0.0
>
>
> Got the following comment in [build
> {{homebrew-r-autobrew}}|https://github.com/ursacomputing/crossbow/runs/4799447427?check_suite_focus=true]:
> {code:java}
> map_batches: no visible binding for global variable 'collect'
> Undefined global functions or variables:
> collect
> {code}
> Forgot to use {{dplyr::collect}} instead of {{{}collect{}}}.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)