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

Commit 676ea2c

Browse files
committed
Add justification for changing func signature
1 parent 0c125f8 commit 676ea2c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
<!-- see http://www.mojohaus.org/clirr-maven-plugin/examples/ignored-differences.html -->
33
<differences>
44
<!-- TODO: REMOVE AFTER RELEASE -->
5+
<difference>
6+
<differenceType>7004</differenceType>
7+
<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, boolean, io.opentelemetry.api.trace.Tracer)</method>
9+
<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>
10+
</difference>
511
<difference>
612
<differenceType>7004</differenceType>
713
<className>com/google/cloud/bigquery/spi/v2/BigQueryRpc</className>

0 commit comments

Comments
 (0)