Update documentation for job.waitFor #1444
Labels
api: bigquery
Issues related to the googleapis/java-bigquery API.
documentation
Improvements or additions to documentation
After this commit com.google.cloud.bigquery.Job.waitFor behavior changed significantly.
It starts to throws JobException/BigQueryException when there is any execution error in Job in reload method
However in many javadoc places and example code, following workflow is suggested, which does won't work anymore because BigQueryException is now being thrown in reload()
Also method header
and
should contain
I was much happier with previous way of dealing with job execution errors, but I assume it is too late to revert it back, so at least documentation should be right
The text was updated successfully, but these errors were encountered: