We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5452d08 commit fdf690dCopy full SHA for fdf690d
arrow/benches/json_writer.rs
@@ -90,7 +90,7 @@ fn create_nullable_struct(len: usize) -> StructArray {
90
}
91
92
fn bench_primitive(c: &mut Criterion) {
93
- let c1 = Arc::new(create_string_array::<i32>(NUM_ROWS, 0.));
+ let c1 = Arc::new(create_primitive_array::<Float32Type>(NUM_ROWS, 0.));
94
let c2 = Arc::new(create_primitive_array::<Int32Type>(NUM_ROWS, 0.));
95
let c3 = Arc::new(create_primitive_array::<UInt32Type>(NUM_ROWS, 0.));
96
0 commit comments