Skip to content

Commit 9ed7446

Browse files
authored
misc: Add new clirr ignored rule (#2677)
Change-Id: Icae25650f2f44f9ebb803da98b587074f91fbaba Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure to open an issue as a [bug/issue](https://togithub.com/googleapis/java-bigtable/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [ ] Ensure the tests and linter pass - [ ] Code coverage does not decrease (if any source code was changed) - [ ] Appropriate docs were updated (if necessary) - [ ] Rollback plan is reviewed and LGTMed - [ ] All new data plane features have a completed end to end testing plan Fixes #<issue_number_goes_here> ☕️ If you write sample code, please follow the [samples format]( https://togithub.com/GoogleCloudPlatform/java-docs-samples/blob/main/SAMPLE_FORMAT.md).
1 parent 5adaa84 commit 9ed7446

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

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

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,26 @@
349349
<className>com/google/cloud/bigtable/data/v2/models/sql/SqlType</className>
350350
<method>*protoOf(*)</method>
351351
</difference>
352+
<difference>
353+
<differenceType>7004</differenceType>
354+
<className>com/google/cloud/bigtable/common/Type$SchemalessProto</className>
355+
<method>*</method>
356+
</difference>
357+
<difference>
358+
<differenceType>7004</differenceType>
359+
<className>com/google/cloud/bigtable/common/Type$SchemalessEnum</className>
360+
<method>*</method>
361+
</difference>
362+
<difference>
363+
<differenceType>7013</differenceType>
364+
<className>com/google/cloud/bigtable/common/Type$SchemalessProto</className>
365+
<method>*</method>
366+
</difference>
367+
<difference>
368+
<differenceType>7013</differenceType>
369+
<className>com/google/cloud/bigtable/common/Type$SchemalessEnum</className>
370+
<method>*</method>
371+
</difference>
352372
<difference>
353373
<!-- BetaApi was added -->
354374
<differenceType>7012</differenceType>

0 commit comments

Comments
 (0)