Skip to content

Commit 7685dbf

Browse files
committed
Merge branch 'collect-full-diagnostics' of github.com:shnikd/ydb into collect-full-diagnostics
2 parents 010347e + 22df0b8 commit 7685dbf

File tree

1 file changed

+1
-1
lines changed
  • ydb/public/sdk/cpp/include/ydb-cpp-sdk/client/table

1 file changed

+1
-1
lines changed

ydb/public/sdk/cpp/include/ydb-cpp-sdk/client/table/table.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1164,7 +1164,7 @@ struct TStreamExecScanQuerySettings : public TRequestSettings<TStreamExecScanQue
11641164
// Collect runtime statistics with a given detalization mode
11651165
FLUENT_SETTING_DEFAULT(ECollectQueryStatsMode, CollectQueryStats, ECollectQueryStatsMode::None);
11661166

1167-
//Deprecated. Use CollectQueryStats >= ECollectQueryStatsMode::Full to get QueryMeta in QueryStats
1167+
// Deprecated. Use CollectQueryStats >= ECollectQueryStatsMode::Full to get QueryMeta in QueryStats
11681168
// Collect full query compilation diagnostics
11691169
FLUENT_SETTING_DEFAULT(bool, CollectFullDiagnostics, false);
11701170
};

0 commit comments

Comments
 (0)