We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 904e4cd commit e3fcd8bCopy full SHA for e3fcd8b
ydb/public/sdk/cpp/client/ydb_table/impl/readers.cpp
@@ -88,6 +88,8 @@ TAsyncScanQueryPart TScanQueryPartIterator::TReaderImpl::ReadNext(std::shared_pt
88
queryStats = TQueryStats(self->Response_.result().query_stats());
89
}
90
91
+ diagnostics = self->Response_.result().query_full_diagnostics();
92
+
93
if (self->Response_.result().has_result_set()) {
94
promise.SetValue({std::move(status),
95
TResultSet(std::move(*self->Response_.mutable_result()->mutable_result_set())), queryStats, diagnostics});
0 commit comments