You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/07/07 18:46:12 UTC

[GitHub] [arrow] paleolimbot commented on pull request #13160: ARROW-14575: [R] Allow functions with `pkg::` prefixes

paleolimbot commented on PR #13160:
URL: https://github.com/apache/arrow/pull/13160#issuecomment-1178068897

   One more thing (we can pair to see if we can fix this easily):
   
   ``` r
   library(arrow, warn.conflicts = FALSE)
   #> Some features are not enabled in this build of Arrow. Run `arrow_info()` for more information.
   
   # we need to improve the failure mode here or fix this
   record_batch(x = 1:10) |> 
     dplyr::summarise(base::sum(x))
   #> Warning: Error in summarize_eval(names(exprs)[i], exprs[[i]], ctx, length(.data$group_by_vars) >  : 
   #>   Expression base::sum(x) is not an aggregate expression or is not supported in Arrow; pulling data into R
   #> # A tibble: 1 × 1
   #>   `base::sum(x)`
   #>            <int>
   #> 1             55
   ```
   
   <sup>Created on 2022-07-07 by the [reprex package](https://reprex.tidyverse.org) (v2.0.1)</sup>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org