aiborodin commented on PR #14092: URL: https://github.com/apache/iceberg/pull/14092#issuecomment-3327493975
> The semantics are totally different when we first create a table snapshot for w1, because any deletes by w2 would be applied on top of this snapshot and before appending data via w2 @mxm, so are you saying we shouldn't aggregate WriteResults with delete files? If so, it will create too many commits/snapshots with high writer parallelisms, as each writer would emit a separate WriteResult. -- 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]
