wypoon commented on PR #10935:
URL: https://github.com/apache/iceberg/pull/10935#issuecomment-2425520426

   > For instance, if two position-based delete operations remove the same set 
of records, both of them will succeed.
   
   I was not aware of this. Is this specifically the case of two concurrent 
delete operations starting from the same base snapshot, both removing the same 
set of records, and one winning the commit race, but the other would still 
succeed in committing?
   Or is this more general, where a delete that deletes already deleted records 
is allowed to do so?
   
   Let's say we are in the former case, then I'd say that for the purpose of 
CDC, the second commit would contain no changes, so the changelog should not 
write anything for it.


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

Reply via email to