judahrand commented on issue #168: URL: https://github.com/apache/arrow-adbc/issues/168#issuecomment-1374180127
Another useful source of inspiration - the Go SDK is in the process of implementing the same fast path as the Python SDK: https://github.com/googleapis/google-cloud-go/pull/6822 To make the Go implementation straight forward interfaces on top of the changes made here would be made to add a method which is analogous to Python's `RowIterator.to_arrow_iterable`. That doesn't seem like a stretch, however. -- 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]
