RussellSpitzer commented on PR #13880:
URL: https://github.com/apache/iceberg/pull/13880#issuecomment-3225116708

   ```
    @TestTemplate
     public void testReadRepeated() {
       Table table = createTable(1); // 400000
       shouldHaveFiles(table, 1);
   
       // Add one more small file, and one large file
       writeRecords(1, SCALE * 3);
       int i = 0;
   
       while (i < 100) {
         System.out.println(currentData().size());
         System.out.println("Arrow Allocations : " + 
ArrowAllocation.rootAllocator().getAllocatedMemory());
         i++;
       }
     }
     ```
     Less complicated repo


-- 
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: issues-unsubscr...@iceberg.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to