paleolimbot opened a new issue, #38906: URL: https://github.com/apache/arrow/issues/38906
### Describe the bug, including details regarding any error messages, version, and platform. Follow-up on https://github.com/apache/arrow/pull/38894#issuecomment-1828488227 : The Windows R-devel build is failing on CI because one of our dependencies (cpp11) has an invalid format string in a rarely-used function in its header ( https://github.com/r-lib/cpp11/pull/345 ) and we convert all errors to warnings (apparently, according to the output). To fix this we can: - Not test r-devel on Windows for every commit (and ensure we do so on nightly, which I'm pretty sure we do, but worth checking before removing this job) - Find where we convert warnings to errors and stop doing that - Check to see if some other flag is causing this to occur (maybe `-O0`?) I don't think we can or should wait for the PR linked above to merge upstream since this is causing CI to fail for all R PRs. cc @assignUser ### 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]
