augustoasilva commented on a change in pull request #11193:
URL: https://github.com/apache/arrow/pull/11193#discussion_r715205963



##########
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:
       Removed then




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to