You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/10/18 21:01:29 UTC

[GitHub] [arrow-adbc] lidavidm commented on issue #144: Can't build sqlite driver

lidavidm commented on issue #144:
URL: https://github.com/apache/arrow-adbc/issues/144#issuecomment-1282999094

   I've spent a bit of time putting together a nanoarrow-based SQLite driver: https://github.com/lidavidm/arrow-adbc/tree/sqlite-nanoarrow
   
   It doesn't yet pass the test suite. (I'll put it up for PR once it does, and retire the one that uses libarrow.) I've mostly focused on the type-inferring reader. However, it can probably be simplified. (The biggest simplification might be to just run the query twice and take the performance hit, instead of interleaving type inference and result set assembly.)


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