alamb commented on PR #5245: URL: https://github.com/apache/arrow-datafusion/pull/5245#issuecomment-1426764705
> whereas PostgresSQL doesn't allow queries like that and fail the query For anyone else who is curious, here is what postgres does with this query: ```sql postgres=# select log(0); ERROR: cannot take logarithm of zero postgres=# select log(1, 64); ERROR: division by zero ``` -- 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]
