lidavidm commented on issue #168:
URL: https://github.com/apache/arrow-adbc/issues/168#issuecomment-1310455120

   BigQuery Storage sends Arrow over gRPC so it could be done natively for all 
of C++, Go, and Java. It would be interesting. Though, BQS can't evaluate SQL. 
So we might want to add the 'inverse' of the ADBC ingest API, for scanning a 
table without issuing an explicit query (or, specifying that drivers can 
translate a Substrait read request to such a scan).
   
   I'm less familiar with the 'standard' BigQuery API. The REST API gives 
[row-oriented 
JSON](https://cloud.google.com/bigquery/docs/reference/rest/v2/jobs/getQueryResults)
 which isn't as great.


-- 
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]

Reply via email to