Skip to content
This repository was archived by the owner on May 8, 2026. It is now read-only.

Commit d90d7a6

Browse files
committed
Skip setting empty status on RMW empty result
1 parent 6c5f81b commit d90d7a6

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

test-proxy/src/main/java/com/google/cloud/bigtable/testproxy/CbtTestProxy.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -691,9 +691,6 @@ public void readModifyWriteRow(
691691
logger.info(
692692
String.format(
693693
"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());
697694
}
698695
} catch (ApiException e) {
699696
responseObserver.onNext(

0 commit comments

Comments
 (0)