pvary commented on code in PR #14264:
URL: https://github.com/apache/iceberg/pull/14264#discussion_r2445458227
##########
core/src/main/java/org/apache/iceberg/BaseIncrementalChangelogScan.java:
##########
@@ -155,21 +640,30 @@ public CloseableIterable<ChangelogScanTask> apply(
switch (entry.status()) {
case ADDED:
+ // For ADDED data files, attach any delete files that apply to
them
+ // This includes both existing deletes and newly added deletes
in this snapshot
Review Comment:
existing deletes should not affect newly added files
--
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]