googleapis / google-cloud-java

Google Cloud Client Library for Java
https://cloud.google.com/java/docs/reference
Apache License 2.0
1.9k stars 1.07k forks source link

bigquery: tabledata.list tracking #2591

Closed pongad closed 6 years ago

pongad commented 7 years ago

This issue tracks things we need to migrate query to use tabledata.list instead of getQueryResults RPC. Work is in bq-perf branch.

pongad commented 7 years ago

@vam-google @tswast I'm just copying from notes of meeting we had a couple of weeks ago. Could you check that we're on the same page?

tswast commented 7 years ago

:+1:

Regarding "What should BigQuery.query do?" my preference is "alias of create". But the other options may be acceptable if any exceptions thrown while waiting for the job make it easy to get the full job resource so that the user can investigate errors further.

pongad commented 6 years ago

Everything done now. We're going to merge back to master.