Skip to content

Commit 1b971c8

Browse files
Update datafusion/spark/src/function/math/negative.rs
Co-authored-by: Martin Grigorov <martin-g@users.noreply.github.com>
1 parent da620bb commit 1b971c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

datafusion/spark/src/function/math/negative.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ fn spark_negative(args: &[ColumnarValue]) -> Result<ColumnarValue> {
274274
})),
275275
)),
276276

277-
dt => not_impl_err!("Not supported datatype for Spark NEGATIVE: {dt}"),
277+
dt => not_impl_err!("Not supported datatype for Spark negative(): {dt}"),
278278
},
279279
}
280280
}

0 commit comments

Comments
 (0)