paleolimbot opened a new pull request, #1679: URL: https://github.com/apache/arrow-adbc/pull/1679
This PR is just me going through all the R packages and building them locally since there have been a few structural changes since I last did that. There isn't anything that will affect any released version or CI but there are a few things that came up: - We hadn't run `devtools::document()` to flush the updated documentation URLs into the .Rd files - Running `cleanup` for the Go packages didn't work (because the Go cache can't be `rm`ed without a special flag - Running `cleanup` for the C packages didn't work (because they had hard-coded some object paths) - The .gitignore files were ignoring the wrong files in light of some structural updates I'd like to improve how files are vendored to make this less work for non-R people updating drivers (but will have to save that for another PR). -- 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]
