We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d44f3d4 commit 9b729cfCopy full SHA for 9b729cf
yt/yt/core/ytree/attribute_filter.cpp
@@ -510,7 +510,7 @@ void FormatValue(
510
511
TShrunkAttributeFilterView MakeShrunkFormattableView(
512
const TAttributeFilter& attributeFilter,
513
- size_t limit)
+ i64 limit)
514
{
515
return {attributeFilter, limit};
516
}
yt/yt/core/ytree/attribute_filter.h
@@ -175,12 +175,12 @@ void FormatValue(
175
struct TShrunkAttributeFilterView
176
177
const TAttributeFilter& AttributeFilter;
178
- const size_t Limit;
+ const i64 Limit;
179
};
180
181
182
183
- size_t limit);
+ i64 limit);
184
185
void FormatValue(
186
TStringBuilderBase* builder,
0 commit comments