Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When executing runQuery wait until complete before returning QueryResults #807

Merged
merged 1 commit into from
Dec 22, 2017

Conversation

dwsupplee
Copy link
Contributor

With this change BigQueryClient::runQuery will wait for the job to complete before returning QueryResults, whereas currently QueryResults could be returned prior to job completion and the waiting would occur when a user goes to iterate the results.

@dwsupplee dwsupplee added the api: bigquery Issues related to the BigQuery API. label Dec 20, 2017
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Dec 20, 2017
@dwsupplee dwsupplee merged commit 2c62e3c into googleapis:master Dec 22, 2017
@jdpedrie jdpedrie mentioned this pull request Dec 22, 2017
gcf-owl-bot bot added a commit that referenced this pull request Jun 2, 2023
Source-Link: googleapis/googleapis@3427705

Source-Link: googleapis/googleapis-gen@7a98938
Copy-Tag: eyJwIjoiQ29tcHV0ZS8uT3dsQm90LnlhbWwiLCJoIjoiN2E5ODkzODA3M2FjMTAyMTY0NDNlYmU2MjRhZTYyNGM4NmNkNmFkYiJ9
bshaffer pushed a commit that referenced this pull request Jun 2, 2023
Source-Link: googleapis/googleapis@3427705
Source-Link: googleapis/googleapis-gen@7a98938
Copy-Tag: eyJwIjoiQ29tcHV0ZS8uT3dsQm90LnlhbWwiLCJoIjoiN2E5ODkzODA3M2FjMTAyMTY0NDNlYmU2MjRhZTYyNGM4NmNkNmFkYiJ9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquery Issues related to the BigQuery API. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants