Skip to content

Commit 9d525db

Browse files
Add missing spilling commits (#11889)
Co-authored-by: Whompe <vladluk@ydb.tech>
1 parent 0ab8d25 commit 9d525db

File tree

2 files changed

+183
-29
lines changed

2 files changed

+183
-29
lines changed

ydb/library/yql/minikql/aligned_page_pool.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,10 @@ class TAlignedPagePoolImpl {
218218
IsMaximumLimitValueReached = isReached;
219219
}
220220

221+
bool GetMaximumLimitValueReached() const noexcept {
222+
return IsMaximumLimitValueReached;
223+
}
224+
221225
bool IsMemoryYellowZoneEnabled() const noexcept {
222226
return IsMemoryYellowZoneReached;
223227
}

0 commit comments

Comments
 (0)