Skip to content

Commit 03b33e6

Browse files
committed
borrow
Signed-off-by: Robert Kruszewski <github@robertk.io>
1 parent d2c3045 commit 03b33e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vortex-array/src/aggregate_fn/fns/sum/decimal.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ pub(super) fn accumulate_decimal(inner: &mut SumState, d: &DecimalArray) -> Vort
3535
}
3636
};
3737

38-
let values_type = DecimalType::smallest_decimal_value_type(&dtype);
38+
let values_type = DecimalType::smallest_decimal_value_type(dtype);
3939
match_each_decimal_value_type!(d.values_type(), |I| {
4040
match_each_decimal_value_type!(values_type, |O| {
4141
let initial_val: O = value

0 commit comments

Comments
 (0)