Skip to content

Commit e901745

Browse files
committed
count group benchmark check
1 parent 7b49bf0 commit e901745

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

datafusion/functions-aggregate/benches/count_distinct.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ fn count_distinct_groups_benchmark(c: &mut Criterion) {
199199
let (_schema, args) = prepare_args(DataType::Int64);
200200
let mut acc = count_fn.create_groups_accumulator(args).unwrap();
201201
acc.update_batch(
202-
&[values.clone()],
202+
std::slice::from_ref(&values),
203203
&group_indices,
204204
None,
205205
num_groups,

0 commit comments

Comments
 (0)