HyukjinKwon opened a new pull request, #48663:
URL: https://github.com/apache/arrow/pull/48663

   ### Rationale for this change
   
   
https://github.com/apache/arrow/blob/ff5572c845118c6228a896ef9223e81f660cda66/r/R/metadata.R#L75
   
   
https://github.com/apache/arrow/blob/ff5572c845118c6228a896ef9223e81f660cda66/r/R/metadata.R#L148
   
   rlang changed its callstack API: older versions used trace$call (singular), 
newer versions (rlang 0.4.11+) use trace$calls (plural) from 
https://github.com/r-lib/rlang/pull/1255
   
   This was released 5 years ago so should be safe to remove this workaround.
   
   ### What changes are included in this PR?
   
   This PR removes `trace$call` workaround (per newer `trace$calls`).
   
   ### Are these changes tested?
   
   Existing CI should cover this.
   
   ### Are there any user-facing changes?
   
   No, dev-only.


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