You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/05/05 15:31:52 UTC

[GitHub] [arrow-datafusion] alamb commented on a change in pull request #271: [request for feedback] [breaking change] fix 265, log should be log10, and add ln

alamb commented on a change in pull request #271:
URL: https://github.com/apache/arrow-datafusion/pull/271#discussion_r626673370



##########
File path: datafusion/src/logical_plan/expr.rs
##########
@@ -1086,9 +1086,9 @@ unary_scalar_expr!(Trunc, trunc);
 unary_scalar_expr!(Abs, abs);
 unary_scalar_expr!(Signum, signum);
 unary_scalar_expr!(Exp, exp);
-unary_scalar_expr!(Log, ln);

Review comment:
       perhaps we should keep a `log` entry / alias to `log10` for postgres compatibility? 




-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org