thisisnic opened a new issue, #47941:
URL: https://github.com/apache/arrow/issues/47941

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   In `get_exported_function()` in data-raw/codegen, there is this chunk:
   
   ```
   mutate(functions = map(context, decor:::parse_cpp_function)) |>
       {
         vec_cbind(., vec_rbind(!!!pull(., functions)))
       } |>
   
   ```
   
   which no longer works because dplyr pipes and base pipes work differently.  
   
   I created a fix in 
[63d1d18](https://github.com/apache/arrow/commit/63d1d182636237f548f7de73908e75b58e13c9a9)
 but we should also cherry-pick this across into the main branch.
   
   I'm surprised none of our CI picks this up though - maybe we need to update 
some of our tests?
   
   ### Component(s)
   
   R


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to