You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Even if the Job object we have contains that the job is "done" we do a remote call for no reason.
Describe the solution you'd like
I would first check the current state, and only do a remote call if needed, or the current state contains "false".
Is your feature request related to a problem? Please describe.
Even if the Job object we have contains that the job is "done" we do a remote call for no reason.
Describe the solution you'd like
I would first check the current state, and only do a remote call if needed, or the current state contains "false".
Describe alternatives you've considered
Additional context
Instead of
https://github.com/googleapis/java-bigquery/blob/009b9a2b3940ab66220e68ddd565710b8552cc45/google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/Job.java#L194C4-L198
do this
The text was updated successfully, but these errors were encountered: