paleolimbot opened a new issue, #1430: URL: https://github.com/apache/arrow-adbc/issues/1430
During release verification, I ran into an error where the GOPATH or GOROOT variables were set; however, the R package installation was picking up a different `go` version (maybe my local version as opposed to the conda or downloaded version). Ideally the R package would detect an existing GOPATH or GOROOT to more efficiently re-use previous compilation (and avoid errors when different go versions are trying to re-use a GOPATH or GOROOT). I also noticed that `src/.go-XXX` and `tools/*.o` are not properly in `.Rbuildignore`, causing minor check warnings. None of these affect usability outside the verification script and aren't blocking in any way. -- 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]
