We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With each snapshot comes a summary map, optional in V1, required in V2 and later:
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.
SnapshotProducer
The text was updated successfully, but these errors were encountered:
Can I pick this up?
Sorry, something went wrong.
@barronw gladly! Assigned the issue to you :)
barronw
No branches or pull requests
With each snapshot comes a summary map, optional in V1, required in V2 and later:
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.The text was updated successfully, but these errors were encountered: