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

Changes the behavior of BigQueryImpl's getTableId #3873

Merged

Conversation

MMMarcy
Copy link

@MMMarcy MMMarcy commented Oct 30, 2018

Now getTable of BigQueryImpl checks if the provided TableId has the
project set. If yes, the set projectId is used, otherwise will default to the projectId used when creating the BigQuery client.

The additional test checks this behavior by calling getTableId with an
empty projectId.

Fixes #3808

Now getTable of BigQueryImpl checks if the provided TableId has the
project set. If yes, the set projectId is used, otherwise the projectId
used when creating the BigQuery client will be used.

The additional test checks this behavior by calling getTableId with an
empty projectId.
@MMMarcy MMMarcy requested a review from a team as a code owner October 30, 2018 08:59
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Oct 30, 2018
@JesseLovelace JesseLovelace added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Oct 30, 2018
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Oct 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants