Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

Commit 36bd6a6

Browse files
committed
fix ignored-differences syntax...again
1 parent 8f5f4b8 commit 36bd6a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

google-cloud-bigquery/clirr-ignored-differences.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<difference>
66
<differenceType>7004</differenceType>
77
<className>com/google/cloud/bigquery/BigQueryRetryHelper</className>
8-
<method>com.google.cloud.bigquery.V runWithRetries(java.util.concurrent.Callable, com.google.api.gax.retrying.RetrySettings, com.google.api.gax.retrying.ResultRetryAlgorithm, com.google.api.core.ApiClock, com.google.cloud.bigquery.BigQueryRetryConfig)</method>
8+
<method>java.lang.Object runWithRetries(java.util.concurrent.Callable, com.google.api.gax.retrying.RetrySettings, com.google.api.gax.retrying.ResultRetryAlgorithm, com.google.api.core.ApiClock, com.google.cloud.bigquery.BigQueryRetryConfig)</method>
99
<justification>A Tracer object is needed to use Otel and runWithRetries is only called in a few files, so it should be fine to update the signature</justification>
1010
</difference>
1111
<difference>

0 commit comments

Comments
 (0)