Jimexist opened a new issue #265:
URL: https://github.com/apache/arrow-datafusion/issues/265


   **Describe the bug**
   
   In [Postgres](https://www.postgresql.org/docs/current/functions-math.html) 
`log` is equivalent to `log10` while `ln` exists to represent natural 
logarithm. Currently the datafusion function isn't consistent with this.
   
   **To Reproduce**
   Steps to reproduce the behavior:
   
   run `select log(10)`
   
   **Expected behavior**
   A clear and concise description of what you expected to happen.
   
   it should be > 1 rather than =1
   
   **Additional context**
   Add any other context about the problem here.
   


-- 
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:
[email protected]


Reply via email to