zeroshade commented on code in PR #2918:
URL: https://github.com/apache/arrow-adbc/pull/2918#discussion_r2130067878
##########
go/adbc/drivermgr/adbc_driver_manager.cc:
##########
@@ -114,7 +128,175 @@ struct OwnedError {
}
};
+std::filesystem::path UserConfigDir() {
Review Comment:
ah, yea. I didn't realize this comment was on the Go copy.
Yea, we sync the code for the driver manager to the Go package so that it
builds and statically links the driver manager into the Go driver_manager
package. For `go get` you can only reference files that are in the actual Go
module code base, so we can't just point it at the C code directly if we want
it to be easily usable in other go projects.
--
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]