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

   
   ### Rationale for this change
   
   The R package has a warning from CRAN to fix a failure to compile with 
`-Wconversion -Wno-sign-conversion -Werror`. Some of these errors we control 
and can patch easily; however, the ones in the Arrow C++ portion are more 
difficult to work around (hence the separate PR).
   
   ### What changes are included in this PR?
   
   The requisite `static_cast<>()`s were added to silence the warnings.
   
   ### Are these changes tested?
   
   By existing tests. We may add a future R nightly job that runs with these 
warning flags.
   
   ### Are there any user-facing changes?
   
   No


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