[
https://issues.apache.org/jira/browse/ARROW-3102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17287409#comment-17287409
]
Wes McKinney commented on ARROW-3102:
-------------------------------------
Multiple questions here:
* Where to develop and maintain code?
* How to build this particular component?
When it comes to middlewares like this that are interacting with a C-library,
it might be nice for them to be unburdened by the C++ build toolchain, but to
do that you need to build the Arrow data structures in C. I'd be interested in
having a small portable C Arrow implementation that provides some builders and
exports the C data interface that projects like this could develop against. See
also ARROW-1851
An alternative of course would be to just build this as an add-on/contrib
component for the C++ project.
> [C++] Native Arrow interface to sqlite3
> ---------------------------------------
>
> Key: ARROW-3102
> URL: https://issues.apache.org/jira/browse/ARROW-3102
> Project: Apache Arrow
> Issue Type: Sub-task
> Components: C++
> Reporter: Wes McKinney
> Priority: Major
> Labels: database
> Fix For: 4.0.0
>
>
> It would be valuable to be able to query a SQLite3 database file and return
> an Arrow record batch natively
--
This message was sent by Atlassian Jira
(v8.3.4#803005)