lib/google/cloud/bigquery/service.rb in google-cloud-bigquery-1.34.0 vs lib/google/cloud/bigquery/service.rb in google-cloud-bigquery-1.35.0

- old
+ new

@@ -599,10 +599,10 @@ end end protected - def retry? result, current_retries #:nodoc: + def retry? result, current_retries if current_retries < @retries && retry_error_reason?(result) return true end false end