kou commented on issue #1280: URL: https://github.com/apache/arrow-adbc/issues/1280#issuecomment-1807238720
I don't want to add hard Apache Arrow GLib (that depends on Apache Arrow C++) dependency to ADBC GLib. Because ADBC itself doesn't depend on Apache Arrow C++. Apache Arrow C data/stream interfaces ( https://arrow.apache.org/docs/format/CDataInterface.html / https://arrow.apache.org/docs/format/CStreamInterface.html ) are interfaces to avoid the hard dependency. Can we provide a convenient wrapper in Vala layer instead like we did for the Ruby bindings? https://github.com/apache/arrow-adbc/blob/main/ruby/lib/adbc/statement.rb#L36-L60 -- 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]
