wypoon commented on PR #10935: URL: https://github.com/apache/iceberg/pull/10935#issuecomment-2302563661
@pvary thanks for posting on the dev list thread! In your description of scenario 1, you wrote: > > When the changelog scan reads the 3rd snapshot, it should consider: > > Delete reads: > DF1 - omit records deleted by ED1, emit records deleted by ED2 > DF2 - emit records deleted by ED2 > Data read: > DF3 - emit all records This corresponds to case (b) in the thread. But now I understand that you must have made a mistake and did not really mean the > DF1 - omit records deleted by ED1, emit records deleted by ED2 and think that (a) is the correct behavior. The current behavior is (b), but I'll work on changing the implementation to handle this equality delete case so that the behavior is (a). -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org