cdaudt opened a new pull request, #570: URL: https://github.com/apache/arrow-adbc/pull/570
ADBC C API functions should initialize AdbcError struct passed into them instead of assuming that the caller did so. Given that these are "output-only" type parameters there is usually no expectation that they need to be zeroed coming into API calls. This PR updates driver-manager. If all looks good and it gets merged, I'll follow up with equivalent PRs for the drivers. -- 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]
