Closed pongad closed 6 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?
:+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.
Everything done now. We're going to merge back to master.
This issue tracks things we need to migrate query to use
tabledata.list
instead ofgetQueryResults
RPC. Work is inbq-perf
branch.QueryResponse
typeBigQuery.getQueryResults
getJob().getQueryResults
insteadQueryResults
fewer fields (#2592)Job
Job.getQueryResults
wait for query to finish?BigQuery.query
do?create
?Job.getQueryResults
andBigQuery.listTableData