Skip to content

Commit

Permalink
fix clirr
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomarquezp committed Dec 13, 2024
1 parent ed0213d commit 5994e4f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions google-cloud-bigtable/clirr-ignored-differences.xml
Original file line number Diff line number Diff line change
Expand Up @@ -296,4 +296,16 @@
<method>*setTimestampParam(java.lang.String, org.threeten.bp.Instant)</method>
<to>*setTimestampParam(java.lang.String, java.time.Instant)</to>
</difference>
<difference>
<!-- ChangeStream api is internal, only used by apache/beam-->
<differenceType>7013</differenceType>
<className>com/google/cloud/bigtable/data/v2/models/ChangeStreamMutation</className>
<method>*get*Time()</method>
</difference>
<difference>
<!-- Heartbeat is part of the ChangeStream api, which is internal and only used by apache/beam-->
<differenceType>7013</differenceType>
<className>com/google/cloud/bigtable/data/v2/models/Heartbeat</className>
<method>*getEstimatedLowWatermarkTime()</method>
</difference>
</differences>

0 comments on commit 5994e4f

Please sign in to comment.