We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2156b81 commit 2112144Copy full SHA for 2112144
1 file changed
datafusion/functions/benches/pad.rs
@@ -21,8 +21,7 @@ use arrow::array::{
21
};
22
use arrow::datatypes::{DataType, Field, Int64Type};
23
use arrow::util::bench_util::{
24
- create_primitive_list_array_with_seed, create_string_array_with_len,
25
- create_string_view_array_with_len,
+ create_string_array_with_len, create_string_view_array_with_len,
26
27
use criterion::{Criterion, SamplingMode, criterion_group, criterion_main};
28
use datafusion_common::ScalarValue;
0 commit comments