diff options
| author | evgenymarkov <[email protected]> | 2024-01-22 17:34:03 +0300 |
|---|---|---|
| committer | evgenymarkov <[email protected]> | 2024-01-22 17:45:47 +0300 |
| commit | 06373669146b3c7980ee52fac11e9d3474d47d9b (patch) | |
| tree | 369c08eaa63b1a268c8461ec63202c3dea909b24 | |
| parent | 241d7cd1f334d5b6231dbc6d197df754726d5804 (diff) | |
Enable SA1019 rule for psp namespace
https://stackoverflow.com/a/74077488
| -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 781b118c3fc..9e97f432863 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 1342ac3ae94..4ccd014ea38 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; |
