vibhatha commented on code in PR #43903:
URL: https://github.com/apache/arrow/pull/43903#discussion_r1741336281


##########
java/memory/memory-core/src/main/java/org/apache/arrow/memory/util/HistoricalLog.java:
##########
@@ -32,7 +32,7 @@ public class HistoricalLog {
 
   private final Deque<Event> history = new ArrayDeque<>();
   private final String idString; // the formatted id string
-  private final int limit; // the limit on the number of events kept
+  private final long limit; // the limit on the number of events kept

Review Comment:
   Sure. I will revert. 



-- 
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