jeroen opened a new issue, #2767: URL: https://github.com/apache/arrow-adbc/issues/2767
### What happened? The R bindings of adbcsnowflake fail to build on Windows, see: https://apache.r-universe.dev/builds The bug is that this configure script assumes `uname` returns MSYS but this is usually not the case: https://github.com/apache/arrow-adbc/blob/e869a551477d7a2424ae196305f7e8f6d4bb350e/r/adbcsnowflake/configure#L147-L150 Most msys2 based shells (including git-for-windows) identify themselves as MINGW64 ```sh uname # MINGW64_NT-10.0-26100-ARM64 ``` ### Stack Trace _No response_ ### How can we reproduce the bug? _No response_ ### Environment/Setup _No response_ -- 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: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org