aiborodin commented on PR #14092:
URL: https://github.com/apache/iceberg/pull/14092#issuecomment-3326592402

   > Whenever delete files are present, we need multiple snapshots.
   
   Could you please clarify why we need multiple snapshots per checkpoint when 
delete files are present? Wouldn't Iceberg core already handle deletions in the 
aggregated `WriteResult` from multiple parallel writers per checkpoint?
   The current implementation of `IcebergSink` commits both deletes and appends 
in a single snapshot using `RowDelta`.


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

Reply via email to