Skip to content

Commit

Permalink
Remove an import
Browse files Browse the repository at this point in the history
  • Loading branch information
hntd187 committed Sep 27, 2024
1 parent 5de6693 commit 037f922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/src/engine/arrow_expression.rs
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ mod tests {
use arrow_array::{GenericStringArray, Int32Array};
use arrow_buffer::ScalarBuffer;
use arrow_schema::{DataType, Field, Fields, Schema};
use std::collections::{BTreeMap, HashMap};
use std::collections::BTreeMap;
use std::ops::{Add, Div, Mul, Sub};

fn setup_map_schema() -> Arc<Schema> {
Expand Down

0 comments on commit 037f922

Please sign in to comment.