r2evans commented on issue #44309:
URL: https://github.com/apache/arrow/issues/44309#issuecomment-2634387729

   In `arrow-18`, one line now fails:
   
   ```r
   arr$schema$metadata$r$columns <- arr$schema$metadata$r$columns[ names(arr) ]
   # Error in (function(). : unused argument (base::quote(<environment>))
   ```
   
   the rest of the code appears to do what I expect when I remove that line. 
Not sure if there was an intentional change, the `NEWS.md` at that point 
(https://github.com/apache/arrow/blob/2c798858e956cfc21638cd2e6c64e3010dda6872/r/NEWS.md)
 doesn't contain something I interpret as changing the internals in this way.


-- 
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