Skip to content

Commit

Permalink
add clirr ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomarquezp committed Nov 20, 2024
1 parent 9178b4b commit 83256e7
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions google-cloud-bigquerystorage/clirr-ignored-differences.xml
Original file line number Diff line number Diff line change
Expand Up @@ -212,5 +212,21 @@
<className>com/google/cloud/bigquery/storage/v1/StreamWriter</className>
<method>void setMissingValueInterpretationMap(java.util.Map)</method>
</difference>
<difference>
<!--This class is marked as @InternalApi "public for technical reasons"-->
<differenceType>6004</differenceType>
<className>com/google/cloud/bigquery/storage/*/stub/readrows/ApiResultRetryAlgorithm</className>
<field>DEADLINE_SLEEP_DURATION</field>
<from>org.threeten.bp.Duration</from>
<to>java.time.Duration</to>
</difference>
<difference>
<!--The retryDelay field is used by ApiResultRetryAlgorithm, which is marked as @InternalApi-->
<differenceType>6004</differenceType>
<className>com/google/cloud/bigquery/storage/util/Errors$IsRetryableStatusResult</className>
<field>retryDelay</field>
<from>org.threeten.bp.Duration</from>
<to>java.time.Duration</to>
</difference>
</differences>

0 comments on commit 83256e7

Please sign in to comment.