Split out from #22247.
Mismatch
log(0.0::float8) should error, not return -inf.
PostgreSQL:
ERROR: cannot take logarithm of zero
DataFusion:
Expected behavior
For PostgreSQL-compatible SQL semantics, DataFusion should either match PostgreSQL's result or raise the same class of domain/semantic error.
Split out from #22247.
Mismatch
log(0.0::float8)should error, not return-inf.PostgreSQL:
DataFusion:
Expected behavior
For PostgreSQL-compatible SQL semantics, DataFusion should either match PostgreSQL's result or raise the same class of domain/semantic error.