diff options
author | evgenymarkov <evgenymarkov@yandex-team.com> | 2024-01-22 17:34:03 +0300 |
---|---|---|
committer | Alexander Smirnov <alex@ydb.tech> | 2024-01-24 15:01:58 +0300 |
commit | 6c47bd7b377ea2052b0701797f3b9bce06d30f6d (patch) | |
tree | 3af25c425359207e2a8e0c829640885cf2c84120 /yt | |
parent | 55e21874e2db76c916c6564afc2d757a09b3679d (diff) | |
download | ydb-6c47bd7b377ea2052b0701797f3b9bce06d30f6d.tar.gz |
Enable SA1019 rule for psp namespace
https://stackoverflow.com/a/74077488
Diffstat (limited to 'yt')
-rw-r--r-- | yt/yt/core/ytree/tree_visitor.cpp | 1 | ||||
-rw-r--r-- | yt/yt_proto/yt/core/ytree/proto/ypath.proto | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/yt/yt/core/ytree/tree_visitor.cpp b/yt/yt/core/ytree/tree_visitor.cpp index 781b118c3f..9e97f43286 100644 --- a/yt/yt/core/ytree/tree_visitor.cpp +++ b/yt/yt/core/ytree/tree_visitor.cpp @@ -148,7 +148,6 @@ private: } Consumer->OnEndMap(); } - }; //////////////////////////////////////////////////////////////////////////////// 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; |