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