Closed
Description
In which file did you encounter the issue?
Did you change the file? If so, how?
while (!response.jobCompleted()) {
Thread.sleep(1000);
response = bigquery.getQueryResults(response.getJobId());
}
List<BigQueryError> executionErrors = response.getExecutionErrors();
// look for errors in executionErrors
QueryResult result = response.getResult();
Describe the issue
response.getResult()
will return with a nullptr if the job has not completed yet. It does not block until job is completed.
Metadata
Metadata
Assignees
Labels
No labels