diff options
author | evgenymarkov <evgenymarkov@yandex-team.com> | 2024-01-22 17:34:03 +0300 |
---|---|---|
committer | evgenymarkov <evgenymarkov@yandex-team.com> | 2024-01-22 17:45:47 +0300 |
commit | 06373669146b3c7980ee52fac11e9d3474d47d9b (patch) | |
tree | 369c08eaa63b1a268c8461ec63202c3dea909b24 /yt/yt_proto | |
parent | 241d7cd1f334d5b6231dbc6d197df754726d5804 (diff) | |
download | ydb-06373669146b3c7980ee52fac11e9d3474d47d9b.tar.gz |
Enable SA1019 rule for psp namespace
https://stackoverflow.com/a/74077488
Diffstat (limited to 'yt/yt_proto')
-rw-r--r-- | yt/yt_proto/yt/core/ytree/proto/ypath.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/yt/yt_proto/yt/core/ytree/proto/ypath.proto b/yt/yt_proto/yt/core/ytree/proto/ypath.proto index 1342ac3ae9..4ccd014ea3 100644 --- a/yt/yt_proto/yt/core/ytree/proto/ypath.proto +++ b/yt/yt_proto/yt/core/ytree/proto/ypath.proto @@ -60,6 +60,7 @@ message TReqGet { // TODO(max42): rename attributes -> attribute_filter optional TAttributeFilter attributes = 1; + // TODO(h0pless): rename limit -> max_size optional int64 limit = 2; optional bool ignore_opaque = 3; optional NYT.NYTree.NProto.TAttributeDictionary options = 4; |