rdblue commented on code in PR #8123:
URL: https://github.com/apache/iceberg/pull/8123#discussion_r1275515485
##########
core/src/main/java/org/apache/iceberg/DeleteFileIndex.java:
##########
@@ -122,7 +127,18 @@ DeleteFile[] forEntry(ManifestEntry<DataFile> entry) {
return forDataFile(entry.dataSequenceNumber(), entry.file());
}
+ DeleteFile[] forDataFile(DataFile file) {
Review Comment:
The changes in this file look correct to me. Only problem is dropping the
`minSequenceNumber` filter. Wouldn't hurt to keep that.
--
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]