Skip to content

Commit f0a3f2e

Browse files
plaflammemlafeldt
authored andcommitted
fix: missing use
1 parent 35a3ef9 commit f0a3f2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/duckdb/src/appender/arrow.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ impl Appender<'_> {
4848
mod test {
4949
use crate::{Connection, Result};
5050
use arrow::{
51-
array::{Int8Array, StringArray},
51+
array::{Int32Array, Int8Array, StringArray},
5252
datatypes::{DataType, Field, Schema},
5353
record_batch::RecordBatch,
5454
};

0 commit comments

Comments
 (0)