Skip to content

Commit 83e8811

Browse files
committed
exposes schema()
1 parent 0dd6678 commit 83e8811

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crates/iceberg/src/metadata_scan.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,8 @@ impl<'a> ManifestsTable<'a> {
152152
]
153153
}
154154

155-
fn schema(&self) -> Schema {
155+
/// Returns the schema of the manifests table.
156+
pub fn schema(&self) -> Schema {
156157
Schema::new(vec![
157158
Field::new("content", DataType::Int8, false),
158159
Field::new("path", DataType::Utf8, false),

0 commit comments

Comments
 (0)