comphead commented on PR #5245: URL: https://github.com/apache/arrow-datafusion/pull/5245#issuecomment-1426828382
> > 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 > ``` @alamb would you like to solve edgecases as part of this PR or another one? -- 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]
