lidavidm commented on PR #2561: URL: https://github.com/apache/arrow-adbc/pull/2561#issuecomment-2684142767
That is the problem here: CGo is being told to invoke MSVC, and it is dutifully doing that, but CGo only supports GCC and so it breaks down. (https://github.com/golang/go/issues/20982) Apparently clang for Windows also doesn't work: https://github.com/golang/go/issues/17014 -- 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]
