-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: change customer StorageException from RuntimeException to Status…
…RuntimeException (#1559) * fix: change customer StorageException from RuntimeException to StatusRuntimeException so that Beam connector can consume it. * fix clirr fix clirr fix clirr nit * update unit test * lint * update based on comments * add another unit test * clean up * clean up * update clirr and test case
- Loading branch information
1 parent
42b28e0
commit 523377e
Showing
4 changed files
with
69 additions
and
17 deletions.
There are no files selected for viewing
16 changes: 16 additions & 0 deletions
16
google-cloud-bigquerystorage/clirr-ignored-differences.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- see http://www.mojohaus.org/clirr-maven-plugin/examples/ignored-differences.html --> | ||
<differences> | ||
<difference> | ||
<differenceType>7005</differenceType> | ||
<className>com/google/cloud/bigquery/storage/v1/Exceptions$SchemaMismatchedException</className> | ||
<method>Exceptions$SchemaMismatchedException(java.lang.String, java.lang.String, java.lang.Throwable)</method> | ||
<to>Exceptions$SchemaMismatchedException(io.grpc.Status, io.grpc.Metadata, java.lang.String)</to> | ||
</difference> | ||
<difference> | ||
<differenceType>7005</differenceType> | ||
<className>com/google/cloud/bigquery/storage/v1/Exceptions$StreamFinalizedException</className> | ||
<method>Exceptions$StreamFinalizedException(java.lang.String, java.lang.String, java.lang.Throwable)</method> | ||
<to>Exceptions$StreamFinalizedException(io.grpc.Status, io.grpc.Metadata, java.lang.String)</to> | ||
</difference> | ||
</differences> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters