RussellSpitzer commented on code in PR #15634:
URL: https://github.com/apache/iceberg/pull/15634#discussion_r3032521888


##########
core/src/test/java/org/apache/iceberg/TestBase.java:
##########
@@ -472,6 +487,16 @@ Snapshot apply(SnapshotUpdate<?> snapshotUpdate, String 
branch) {
   }
 
   void validateSnapshot(Snapshot old, Snapshot snap, Long sequenceNumber, 
DataFile... newFiles) {
+    validateSnapshot(table, old, snap, sequenceNumber, newFiles);
+  }
+
+  @SuppressWarnings("checkstyle:HiddenField")
+  void validateSnapshot(

Review Comment:
   Fixed in  #15798 



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