GitHub user zeroshade added a comment to the discussion: CGO dependency as adoption blocker for C++ engines
For the purposes of integrating ADBC, the fact that a particular driver might be using cgo under the hood is honestly irrelevant. Either the driver is performant enough or not, but that has no bearing on the overall utility of ADBC as a whole (plenty of drivers available, only a subset of them use Go/cgo). The entire point of using the pre-built .so files and driver manager at runtime is that it doesn't matter what the driver is actually written using. GitHub link: https://github.com/apache/arrow-adbc/discussions/4156#discussioncomment-16456520 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
