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

bigquery: loudly report invalid operations on dryruns #2772

Merged
merged 2 commits into from
Jan 16, 2018
Merged

bigquery: loudly report invalid operations on dryruns #2772

merged 2 commits into from
Jan 16, 2018

Conversation

pongad
Copy link
Contributor

@pongad pongad commented Jan 12, 2018

Fixes #2479.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jan 12, 2018

// Not "if (config.dryRun())", which fails if the Boolean is null.
// The below assumes that null means not-dryrun.
if (config.dryRun() == Boolean.TRUE) {

This comment was marked as spam.

@pongad pongad merged commit d629d3e into googleapis:master Jan 16, 2018
@pongad pongad deleted the bq-dryrun branch January 16, 2018 23:19
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.

3 participants