◐ Shell
reader mode source ↗
Skip to content
Merged
Changes from all commits
File filter
Conversations
Jump to
Diff view
Apply and reload
Show whitespace
Diff view
Apply and reload
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,6 @@ public void queryFeatures(Request request, StreamObserver<Response> responseObse
Request validRequest = checkTimestampRange(request);
Response response = feast.queryFeatures(validRequest);

if (response.getEntitiesCount() < 1) {
responseObserver.onError(
new StatusRuntimeException(
Status.fromCode(NOT_FOUND)
.withDescription("No value is found for the requested feature")));
return;
}

innerSpan.log("calling onNext");
responseObserver.onNext(response);
innerSpan.log("calling onCompleted");
Expand Down
Toggle all file notes Toggle all file annotations