Fokko opened a new issue, #724: URL: https://github.com/apache/iceberg-rust/issues/724
With each snapshot comes a summary map, optional in V1, required in V2 and later: ![image](https://github.com/user-attachments/assets/87610e26-65f7-4322-8f7c-9eea318f502f) The summary contains information such as what kind of files the snapshot contains (data/delete), and what the changes are in rows and bytes. The best way to replicate this metrics collection is by looking at the Java code: https://github.com/apache/iceberg/blob/main/core/src/main/java/org/apache/iceberg/SnapshotSummary.java This class works closely alongside the `SnapshotProducer` and tracks what happens with the snapshot. -- 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.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