File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
ydb/core/grpc_services/query Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -267,8 +267,6 @@ class TExecuteQueryRPC : public TActorBootstrapped<TExecuteQueryRPC> {
267
267
.SetSupportStreamTrailingResult (true )
268
268
.SetOutputChunkMaxSize (req->response_part_limit_bytes ());
269
269
270
- assert (req->Getcollect_full_diagnostics ());
271
-
272
270
auto ev = MakeHolder<NKqp::TEvKqp::TEvQueryRequest>(
273
271
QueryAction,
274
272
queryType,
@@ -425,7 +423,6 @@ class TExecuteQueryRPC : public TActorBootstrapped<TExecuteQueryRPC> {
425
423
hasTrailingMessage = true ;
426
424
response.mutable_tx_meta ()->set_id (kqpResponse.GetTxMeta ().id ());
427
425
}
428
- assert (!kqpResponse.GetQueryDiagnostics ().empty ());
429
426
response.set_query_full_diagnostics (kqpResponse.GetQueryDiagnostics ());
430
427
}
431
428
You can’t perform that action at this time.
0 commit comments