joellubi commented on issue #2173: URL: https://github.com/apache/arrow-adbc/issues/2173#issuecomment-2363494082
I'm guessing we're getting an `ArrowIterator()` for every `RowIterator` returned by executing a query. There's no physical table to create a Storage Read API connection to for the `DROP TABLE` query, so [IsAccelerated()](https://github.com/googleapis/google-cloud-go/blob/ac256c5c4260c88d82d01dca25642e263d3aa193/bigquery/storage_iterator.go#L363) is returning `false`. We should be falling back to a non-arrow iterator in cases like this. -- 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]
