grantatspothero commented on code in PR #11829:
URL: https://github.com/apache/iceberg/pull/11829#discussion_r1904687147


##########
core/src/test/java/org/apache/iceberg/TestTables.java:
##########
@@ -255,8 +257,13 @@ void failCommits(int numFailures) {
       this.failCommits = numFailures;
     }
 
+    int getMetadataFetchCount() {

Review Comment:
   Decided to count calls to current()/refresh() as a proxy for reading 
metadata from objectstorage. For TestTables (which uses in memory metadata) 
that is the best we can do.
   
   Is there some other test I could write that uses real on file system 
metadata (not TestTables)?



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