File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 14
14
// KIND, either express or implied. See the License for the
15
15
// specific language governing permissions and limitations
16
16
// under the License.
17
+
17
18
use std:: {
18
19
collections:: { HashMap , HashSet } ,
19
20
path:: Path ,
@@ -105,6 +106,7 @@ impl MetricsCache {
105
106
}
106
107
}
107
108
109
+ #[ allow( clippy:: type_complexity) ]
108
110
fn parse_record_batch (
109
111
batch : & RecordBatch ,
110
112
index : usize ,
Original file line number Diff line number Diff line change 14
14
// KIND, either express or implied. See the License for the
15
15
// specific language governing permissions and limitations
16
16
// under the License.
17
+
17
18
use std:: { collections:: BTreeSet , io:: Write , time:: Duration } ;
18
19
19
20
pub type Result < T > = common:: Result < T > ;
You can’t perform that action at this time.
0 commit comments