You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "lidavidm (via GitHub)" <gi...@apache.org> on 2023/02/03 14:43:49 UTC

[GitHub] [arrow-rs] lidavidm commented on pull request #3582: Start new ADBC crate

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org