paleolimbot commented on issue #2508: URL: https://github.com/apache/arrow-adbc/issues/2508#issuecomment-2652413581
Thanks for the updates! `read_adbc()` will always be fast (it's returning a lazy stream)...I should have remembered that you'd need to `collect_array_stream()` to actually pull all the batches. All of that is a very minimal wrapper around Go, so I would expect any issues with that to be Go-related. I would be interested to know if there are decimals types in the output (or anything outside integer/double/string), with apologies if you already listed them. In particular, decimal-to-double and nested type conversion are the most likely to have a bug in them. -- 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]
