aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsabdenovch <sabdenovch@yandex-team.com>2023-09-26 11:50:41 +0300
committersabdenovch <sabdenovch@yandex-team.com>2023-09-26 12:32:55 +0300
commita30ee0b07bc81c40e60103680902c9982820b560 (patch)
tree4c35dc215abdd0f2d5c41d40b4c091e92e0ea18c
parent0f66bece4999d5dbabdb090d47fc9a240f856730 (diff)
downloadydb-a30ee0b07bc81c40e60103680902c9982820b560.tar.gz
sql -> SQL
-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 6ee35ad28e4..6d3eb61e4b0 100644
--- a/yt/yt/client/api/client_common.h
+++ b/yt/yt/client/api/client_common.h
@@ -151,7 +151,7 @@ struct TSelectRowsOptionsBase
// COMPAT(lukyan)
//! Use fixed and rewritten range inference.
bool NewRangeInference = false;
- //! Enables canonical sql behaviour for relational operators, i.e. null </=/> value -> null.
+ //! Enables canonical SQL behaviour for relational operators, i.e. null </=/> value -> null.
bool UseCanonicalNullRelations = false;
};