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 @@ -262,8 +262,6 @@ class TExecuteQueryRPC : public TActorBootstrapped<TExecuteQueryRPC> {
262
262
.SetSupportStreamTrailingResult (true )
263
263
.SetOutputChunkMaxSize (req->response_part_limit_bytes ());
264
264
265
- assert (req->Getcollect_full_diagnostics ());
266
-
267
265
auto ev = MakeHolder<NKqp::TEvKqp::TEvQueryRequest>(
268
266
QueryAction,
269
267
queryType,
@@ -397,7 +395,6 @@ class TExecuteQueryRPC : public TActorBootstrapped<TExecuteQueryRPC> {
397
395
hasTrailingMessage = true ;
398
396
response.mutable_tx_meta ()->set_id (kqpResponse.GetTxMeta ().id ());
399
397
}
400
- assert (!kqpResponse.GetQueryDiagnostics ().empty ());
401
398
response.set_query_full_diagnostics (kqpResponse.GetQueryDiagnostics ());
402
399
}
403
400
You can’t perform that action at this time.
0 commit comments