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

Commit 6c5f81b

Browse files
committed
Skip setting empty status on RR empty result
1 parent 87fe788 commit 6c5f81b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -411,8 +411,6 @@ public void readRow(ReadRowRequest request, StreamObserver<RowResult> responseOb
411411
resultBuilder.setStatus(com.google.rpc.Status.getDefaultInstance()).build());
412412
} else {
413413
logger.info(String.format("readRow() did not find row: %s", request.getRowKey()));
414-
responseObserver.onNext(
415-
RowResult.newBuilder().setStatus(com.google.rpc.Status.getDefaultInstance()).build());
416414
}
417415
} catch (ApiException e) {
418416
responseObserver.onNext(

0 commit comments

Comments
 (0)