paleolimbot commented on PR #2576: URL: https://github.com/apache/arrow-adbc/pull/2576#issuecomment-2716306264
Ok, the offending error message is: ``` time="2025-03-11T12:51:47Z" level=info msg="Credentials cache path: /home/runner/.cache/snowflake/temporary_credential.json" func="gosnowflake.(*defaultLogger).Infof" file="log.go:182" ``` In R you're not supposed to write to stderr directly, you're supposed to write to R's specific stderr stream (so that those messages can be captured by R things), and I am wondering if something in R CMD check is getting some mashup of the log message and what it intended to read by accident. This doesn't reproduce locally for me (maybe because I have no credentials when I run the examples, though). This is probably unrelated to this particular change (the R checks maybe haven't run on main for a while since I haven't updated anything 😬 ). I'll open a follow-up (and maybe a short-term solution would be to set the log level to `warning` rather than `info`?). -- 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]
