diff --git a/crates/iceberg/src/inspect/manifests.rs b/crates/iceberg/src/inspect/manifests.rs index 318b664b3..b321a27da 100644 --- a/crates/iceberg/src/inspect/manifests.rs +++ b/crates/iceberg/src/inspect/manifests.rs @@ -235,7 +235,7 @@ mod tests { partition_summaries: ListArray [ StructArray - -- validity: + -- validity: [ valid, ] diff --git a/crates/iceberg/src/inspect/snapshots.rs b/crates/iceberg/src/inspect/snapshots.rs index 07eb99d83..5db1db9c6 100644 --- a/crates/iceberg/src/inspect/snapshots.rs +++ b/crates/iceberg/src/inspect/snapshots.rs @@ -1,12 +1,3 @@ -use std::sync::Arc; - -use arrow_array::builder::{MapBuilder, PrimitiveBuilder, StringBuilder}; -use arrow_array::types::{Int64Type, TimestampMillisecondType}; -use arrow_array::RecordBatch; -use arrow_schema::{DataType, Field, Schema, TimeUnit}; - -use crate::table::Table; - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information @@ -24,6 +15,15 @@ use crate::table::Table; // specific language governing permissions and limitations // under the License. +use std::sync::Arc; + +use arrow_array::builder::{MapBuilder, PrimitiveBuilder, StringBuilder}; +use arrow_array::types::{Int64Type, TimestampMillisecondType}; +use arrow_array::RecordBatch; +use arrow_schema::{DataType, Field, Schema, TimeUnit}; + +use crate::table::Table; + /// Snapshots table. pub struct SnapshotsTable<'a> { table: &'a Table, @@ -147,7 +147,7 @@ mod tests { summary: MapArray [ StructArray - -- validity: + -- validity: [ ] [ @@ -161,7 +161,7 @@ mod tests { ] ], StructArray - -- validity: + -- validity: [ ] [