aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordave11ar <dave11ar@yandex-team.com>2025-01-20 20:49:00 +0300
committerdave11ar <dave11ar@yandex-team.com>2025-01-20 21:31:12 +0300
commiteca64020a38a964f6ae485761d11b176244aa99a (patch)
tree74e48cb59e33eb775fe069224036b6edba886467
parent65c8ae6cc738830517943c6ec7e3fcc74d1be4b9 (diff)
downloadydb-eca64020a38a964f6ae485761d11b176244aa99a.tar.gz
Cosmetics
commit_hash:14d5c3b9058077809dff1f2b36139025b45bffb1
-rw-r--r--yt/yt/client/api/client_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt/yt/client/api/client_common.h b/yt/yt/client/api/client_common.h
index c961b4398b..58629a3167 100644
--- a/yt/yt/client/api/client_common.h
+++ b/yt/yt/client/api/client_common.h
@@ -140,7 +140,7 @@ struct TSelectRowsOptionsBase
//! Expected schemas for tables in a query (used for replica fallback in replicated tables).
using TExpectedTableSchemas = THashMap<NYPath::TYPath, NTableClient::TTableSchemaPtr>;
TExpectedTableSchemas ExpectedTableSchemas;
- //! Add |$timestamp:columnName| to result if readMode is latest_timestamp.
+ //! Add |$timestamp:columnName| to result if ReadMode is latest_timestamp.
NTableClient::TVersionedReadOptions VersionedReadOptions;
//! Limits range expanding.
ui64 RangeExpansionLimit = 200'000;