projjal commented on a change in pull request #11193: URL: https://github.com/apache/arrow/pull/11193#discussion_r713941321
########## File path: cpp/src/gandiva/greedy_dual_size_cache.h ########## @@ -133,6 +138,14 @@ class GreedyDualSizeCache { priority_set_.clear(); } + size_t GetCacheSize() { return cache_size_; } + + std::string ToString() { Review comment: Is this required? -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org