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

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to