judahrand commented on issue #168:
URL: https://github.com/apache/arrow-adbc/issues/168#issuecomment-1372419657
> Absolutely, but the Arrow interface only applies to (effectively) full
table scans with some filters ("BigQuery Storage" != "BigQuery"), so we will
need to parse one of the alternative outputs for general queries. Thanks for
the reference though!
The Python BigQuery SDK uses a trick to push any query into a table and then
use BigQuery Storage API to fetch the result. We could use that here too in
order to simplify things.
--
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]