We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35a3ef9 commit f0a3f2eCopy full SHA for f0a3f2e
crates/duckdb/src/appender/arrow.rs
@@ -48,7 +48,7 @@ impl Appender<'_> {
48
mod test {
49
use crate::{Connection, Result};
50
use arrow::{
51
- array::{Int8Array, StringArray},
+ array::{Int32Array, Int8Array, StringArray},
52
datatypes::{DataType, Field, Schema},
53
record_batch::RecordBatch,
54
};
0 commit comments