We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c5f81b commit d90d7a6Copy full SHA for d90d7a6
1 file changed
test-proxy/src/main/java/com/google/cloud/bigtable/testproxy/CbtTestProxy.java
@@ -691,9 +691,6 @@ public void readModifyWriteRow(
691
logger.info(
692
String.format(
693
"readModifyWriteRow() did not find row: %s", request.getRequest().getRowKey()));
694
- responseObserver.onNext(
695
- // Note that the default instance == OK
696
- RowResult.newBuilder().setStatus(com.google.rpc.Status.getDefaultInstance()).build());
697
}
698
} catch (ApiException e) {
699
responseObserver.onNext(
0 commit comments