Skip to content

Commit a6017ce

Browse files
committed
Remove whitespace in expected expect strings to make tests succeed
1 parent 159a3aa commit a6017ce

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

crates/iceberg/src/inspect/manifests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ mod tests {
235235
partition_summaries: ListArray
236236
[
237237
StructArray
238-
-- validity:
238+
-- validity:
239239
[
240240
valid,
241241
]

crates/iceberg/src/inspect/snapshots.rs

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
1-
use std::sync::Arc;
2-
3-
use arrow_array::builder::{MapBuilder, PrimitiveBuilder, StringBuilder};
4-
use arrow_array::types::{Int64Type, TimestampMillisecondType};
5-
use arrow_array::RecordBatch;
6-
use arrow_schema::{DataType, Field, Schema, TimeUnit};
7-
8-
use crate::table::Table;
9-
101
// Licensed to the Apache Software Foundation (ASF) under one
112
// or more contributor license agreements. See the NOTICE file
123
// distributed with this work for additional information
@@ -24,6 +15,15 @@ use crate::table::Table;
2415
// specific language governing permissions and limitations
2516
// under the License.
2617

18+
use std::sync::Arc;
19+
20+
use arrow_array::builder::{MapBuilder, PrimitiveBuilder, StringBuilder};
21+
use arrow_array::types::{Int64Type, TimestampMillisecondType};
22+
use arrow_array::RecordBatch;
23+
use arrow_schema::{DataType, Field, Schema, TimeUnit};
24+
25+
use crate::table::Table;
26+
2727
/// Snapshots table.
2828
pub struct SnapshotsTable<'a> {
2929
table: &'a Table,
@@ -147,7 +147,7 @@ mod tests {
147147
summary: MapArray
148148
[
149149
StructArray
150-
-- validity:
150+
-- validity:
151151
[
152152
]
153153
[
@@ -161,7 +161,7 @@ mod tests {
161161
]
162162
],
163163
StructArray
164-
-- validity:
164+
-- validity:
165165
[
166166
]
167167
[

0 commit comments

Comments
 (0)