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.
2828pub 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