Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
shnikd committed Nov 7, 2024
1 parent d37391b commit 9396e13
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ydb/core/grpc_services/query/rpc_execute_query.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -245,8 +245,6 @@ class TExecuteQueryRPC : public TActorBootstrapped<TExecuteQueryRPC> {
.SetSupportStreamTrailingResult(true)
.SetOutputChunkMaxSize(req->response_part_limit_bytes());

assert(req->Getcollect_full_diagnostics());

auto ev = MakeHolder<NKqp::TEvKqp::TEvQueryRequest>(
QueryAction,
queryType,
Expand Down Expand Up @@ -396,7 +394,6 @@ class TExecuteQueryRPC : public TActorBootstrapped<TExecuteQueryRPC> {
hasTrailingMessage = true;
response.mutable_tx_meta()->set_id(kqpResponse.GetTxMeta().id());
}
assert(!kqpResponse.GetQueryDiagnostics().empty());
response.set_query_full_diagnostics(kqpResponse.GetQueryDiagnostics());
}

Expand Down

0 comments on commit 9396e13

Please sign in to comment.