Skip to content

Commit bdb6372

Browse files
committed
Add comment about snapshot information
1 parent 70c292d commit bdb6372

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crates/iceberg/src/metadata_scan.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,8 @@ impl MetadataTable for SnapshotsTable {
147147
/// Metadata log entries table.
148148
///
149149
/// Use to inspect the current and historical metadata files in the table.
150+
/// Contains every metadata file and the time it was added. For each metadata
151+
/// file, the table contains information about the latest snapshot at the time.
150152
pub struct MetadataLogEntriesTable;
151153

152154
impl MetadataLogEntriesTable {

0 commit comments

Comments
 (0)