We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa9d1e3 commit f40aa87Copy full SHA for f40aa87
crates/iceberg/src/metadata_scan.rs
@@ -195,7 +195,7 @@ mod tests {
195
#[test]
196
fn test_snapshots_table() {
197
let table = TableTestFixture::new().table;
198
- let record_batch = table.metadata_scan().snapshots();
+ let record_batch = table.metadata_scan().snapshots().unwrap();
199
check_record_batch(
200
record_batch,
201
expect![[r#"
0 commit comments