Conversation
|
So there's good news and bad news. 👍 The good news is that everyone that needs to sign a CLA (the pull request submitter and all commit authors) have done so. Everything is all good there. 😕 The bad news is that it appears that one or more commits were authored by someone other than the pull request submitter. We need to confirm that they're okay with their commits being contributed to this project. Please have them confirm that here in the pull request. Note to project maintainer: This is a terminal state, meaning the |
src/BigQuery/BigQueryClient.php
Outdated
| * in this client. | ||
| * } | ||
| * @return QueryResults | ||
| * @throws \RuntimeException If the maximum number of retries while waiting |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
| @@ -121,7 +127,8 @@ public function cancel(array $options = []) | |||
| } | |||
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
|
@tswast updated based on our discussions in the comments. PTAL when you have a moment, :) |
9466a53 to
7da67d2
Compare
* Run query and wait for it to complete * Document exception on BigQueryClient::runQuery() * Update snippet test
* Switch to standard SQL by default * Fix setting of useLegacySql option * Fix job config logic * Address code review
…ery results (#642) * implement waitUntilComplete on job and block waiting for queryResults * fix getIterator docblock
* introduce job configuration classes * update tests/docs and add copy/load * modify retry logic * add create on insert logic
These changes help us prepare for a GA release of BigQuery. For more details on the work, please refer to the following PRs which have been aggregated here:
#604 - Run query and wait for it to complete
#634 - Add support for etags on bigquery tables and datasets
#640 - Switch to standard SQL by default
#642 - Implement waitUntilComplete and block while waiting for query results
#643 - Generate BigQuery Job ID on client side with optional prefix
Edit: Also now includes #686
/cc @tswast @michaelbausor