Skip to content

Commit

Permalink
fix(spanner): Added exception for `setUseMultiplexedSessionBlindWrite…
Browse files Browse the repository at this point in the history
…` in Clirr check. Removing this is safe as it's not used by customers.
  • Loading branch information
pratickchokhani committed Dec 10, 2024
1 parent fae2082 commit ea327fb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions google-cloud-spanner-executor/clirr-ignored-differences.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,9 @@
<method>CloudExecutorImpl(boolean)</method>
<to>CloudExecutorImpl(boolean, double)</to>
</difference>
<difference>
<differenceType>7002</differenceType>
<className>com/google/cloud/spanner/SessionPoolOptionsHelper</className>
<method>com.google.cloud.spanner.SessionPoolOptions$Builder setUseMultiplexedSessionBlindWrite(com.google.cloud.spanner.SessionPoolOptions$Builder, boolean)</method>
</difference>
</differences>

0 comments on commit ea327fb

Please sign in to comment.