Skip to content

Commit

Permalink
More
Browse files Browse the repository at this point in the history
  • Loading branch information
viirya committed Oct 18, 2023
1 parent 1009dfc commit a147851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/physical-expr/src/aggregate/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ pub fn get_accum_scalar_values_as_arrays(
.collect::<Vec<_>>())
}

/// Computes averages for `Decimal128` values, checking for overflow
/// Computes averages for `Decimal128`/`Decimal256` values, checking for overflow
///
/// This is needed because different precisions for Decimal128/Decimal256 can
/// store different ranges of values and thus sum/count may not fit in
Expand Down

0 comments on commit a147851

Please sign in to comment.