Tanya-W commented on code in PR #16758: URL: https://github.com/apache/doris/pull/16758#discussion_r1106715012
########## be/src/olap/lru_cache.h: ########## @@ -322,6 +324,9 @@ class LRUCache { // Separate from constructor so caller can easily make an array of LRUCache void set_capacity(size_t capacity) { _capacity = capacity; } + void set_element_count_limit(uint32_t element_count_limit) { + _element_count_limit = element_count_limit; Review Comment: use _element_count_capacity instead of it -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org