stevenzwu commented on code in PR #15634:
URL: https://github.com/apache/iceberg/pull/15634#discussion_r3031497666
##########
core/src/test/java/org/apache/iceberg/TestBase.java:
##########
@@ -453,6 +464,10 @@ void validateSnapshot(Snapshot old, Snapshot snap, long
sequenceNumber, DataFile
validateSnapshot(old, snap, (Long) sequenceNumber, newFiles);
}
+ void validateSnapshot(Table validationTable, Snapshot old, Snapshot snap,
DataFile... newFiles) {
Review Comment:
this overload already exists in line 459
--
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]