Skip to content

Commit

Permalink
Add comment about snapshot information
Browse files Browse the repository at this point in the history
  • Loading branch information
rshkv committed Dec 25, 2024
1 parent 70c292d commit bdb6372
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/iceberg/src/metadata_scan.rs
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@ impl MetadataTable for SnapshotsTable {
/// Metadata log entries table.
///
/// Use to inspect the current and historical metadata files in the table.
/// Contains every metadata file and the time it was added. For each metadata
/// file, the table contains information about the latest snapshot at the time.
pub struct MetadataLogEntriesTable;

impl MetadataLogEntriesTable {
Expand Down

0 comments on commit bdb6372

Please sign in to comment.