aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorevgenymarkov <evgenymarkov@yandex-team.com>2024-01-22 17:34:03 +0300
committerevgenymarkov <evgenymarkov@yandex-team.com>2024-01-22 17:45:47 +0300
commit06373669146b3c7980ee52fac11e9d3474d47d9b (patch)
tree369c08eaa63b1a268c8461ec63202c3dea909b24
parent241d7cd1f334d5b6231dbc6d197df754726d5804 (diff)
downloadydb-06373669146b3c7980ee52fac11e9d3474d47d9b.tar.gz
Enable SA1019 rule for psp namespace
https://stackoverflow.com/a/74077488
-rw-r--r--yt/yt/core/ytree/tree_visitor.cpp1
-rw-r--r--yt/yt_proto/yt/core/ytree/proto/ypath.proto1
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;