We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d330e53 commit ebb8ba3Copy full SHA for ebb8ba3
datafusion/functions/src/math/abs.rs
@@ -57,7 +57,7 @@ macro_rules! make_try_abs_function {
57
let res: $ARRAY_TYPE = array.try_unary(|x| {
58
x.checked_abs().ok_or_else(|| {
59
ArrowError::ComputeError(format!(
60
- "{} overflow on abs({:?})",
+ "{} overflow on abs({})",
61
stringify!($ARRAY_TYPE),
62
x
63
))
0 commit comments