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



##########
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:
       Not required, only used for debugging. Should remove it and also remove 
the lines that call 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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to