Skip to content

Commit e3fcd8b

Browse files
committed
Fixes
1 parent 904e4cd commit e3fcd8b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ydb/public/sdk/cpp/client/ydb_table/impl/readers.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ TAsyncScanQueryPart TScanQueryPartIterator::TReaderImpl::ReadNext(std::shared_pt
8888
queryStats = TQueryStats(self->Response_.result().query_stats());
8989
}
9090

91+
diagnostics = self->Response_.result().query_full_diagnostics();
92+
9193
if (self->Response_.result().has_result_set()) {
9294
promise.SetValue({std::move(status),
9395
TResultSet(std::move(*self->Response_.mutable_result()->mutable_result_set())), queryStats, diagnostics});

0 commit comments

Comments
 (0)