coderfender commented on code in PR #20593:
URL: https://github.com/apache/datafusion/pull/20593#discussion_r2969853395
##########
datafusion/spark/src/function/math/mod.rs:
##########
@@ -51,11 +51,7 @@ pub mod expr_fn {
use datafusion_functions::export_functions;
export_functions!((abs, "Returns abs(expr)", arg1));
- export_functions!((
- ceil,
- "Returns the smallest integer not less than expr.",
- arg1
- ));
+ export_functions!((ceil, "Returns the ceiling of expr.", arg1));
Review Comment:
nice way to keep brief and concise
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]