Fokko commented on issue #2201: URL: https://github.com/apache/iceberg-python/issues/2201#issuecomment-3079940333
This is very common for PyIceberg. For example, the `upsert` operation can easily produce four snapshots. Technically, you can squash them all in an `OVERWRITE` snapshot, but then you lose a lot of information about what happened along the way. This information can be used for other clients to determine if a snapshot is conflicting with what they are trying to do. -- 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