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

fix(bigquery): address issue from job construction feature #5059

Merged
merged 1 commit into from Nov 1, 2021

Conversation

shollyman
Copy link
Contributor

As part of the changes for
#5048 one callsite of
getJobInternal was missed. Normally this would easily get identified
due to the change in signature, but getJobInternal has a set of expected
string arguments, followed by variadic string args. This got picked up
by integration testing, but I failed to recall that presubmit doesn't run
integration tests so it was caught after submit.

Mostly this one's a cautionary tale for having a mix of mandatory and
variadic functions that share the same type.

Fixes: #5058

…ature

As part of the changes for
googleapis#5048 one callsite of
getJobInternal was missed.  Normally this would easily get identified
due to the change in signature, but getJobInternal has a set of expected
string arguments, followed by variadic string args.  This got picked up
by integration testing, but I failed to recall that presubmit doesn't run
integration tests so it was caught after submit.

Mostly this one's a cautionary tale for having a mix of mandatory and
variadic functions that share the same type.

Fixes: googleapis#5058
@shollyman shollyman requested review from tswast, codyoss and a team November 1, 2021 19:05
@shollyman shollyman requested a review from a team as a code owner November 1, 2021 19:05
@product-auto-label product-auto-label bot added the api: bigquery Issues related to the BigQuery API. label Nov 1, 2021
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Nov 1, 2021
Copy link
Contributor

@tswast tswast left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch.

@shollyman shollyman merged commit 98779eb into googleapis:master Nov 1, 2021
@shollyman shollyman deleted the fix-fix branch November 1, 2021 20:30
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.

bigquery: many tests failed
3 participants