lidavidm commented on PR #3582:
URL: https://github.com/apache/arrow-rs/pull/3582#issuecomment-1415969386

   > But I was thinking if the underlying system is already in C/C++ using Rust 
for the ADBC interface might not give enough extra benefit to warrant the 
additional set of dependencies / integration / build complexity.
   
   FWIW, we actually just rewrote one of the drivers - the Flight SQL one - in 
Go instead of C++, using a wrapper to expose the C API from Go, because C++ 
presented distribution/packaging issues that Go mostly sidesteps. 
   
   Rust may be useful in this manner, too. For instance, maybe 
[ConnectorX](https://sfu-db.github.io/connector-x/intro.html) could be 
leveraged to provide a driver. 


-- 
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]

Reply via email to