Skip to content

Commit ebb8ba3

Browse files
committed
Revert debug formatter
1 parent d330e53 commit ebb8ba3

File tree

1 file changed

+1
-1
lines changed
  • datafusion/functions/src/math

1 file changed

+1
-1
lines changed

datafusion/functions/src/math/abs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ macro_rules! make_try_abs_function {
5757
let res: $ARRAY_TYPE = array.try_unary(|x| {
5858
x.checked_abs().ok_or_else(|| {
5959
ArrowError::ComputeError(format!(
60-
"{} overflow on abs({:?})",
60+
"{} overflow on abs({})",
6161
stringify!($ARRAY_TYPE),
6262
x
6363
))

0 commit comments

Comments
 (0)