We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7abc525 commit b0bec0cCopy full SHA for b0bec0c
google/cloud/bigtable/internal/data_connection_impl.cc
@@ -898,9 +898,6 @@ future<StatusOr<bigtable::PreparedQuery>> DataConnectionImpl::AsyncPrepareQuery(
898
.then([operation_context](auto f) mutable {
899
StatusOr<google::bigtable::v2::PrepareQueryResponse> response =
900
f.get();
901
- if (!response.ok()) {
902
- return response;
903
- }
904
operation_context->OnDone(response.status());
905
return response;
906
});
0 commit comments