Describe the bug
DF returns false below and is not compliant with major engines:
DataFusion CLI v39.0.0
> select 0.0 == -0.0;
+--------------------------+
| Float64(0) = Float64(-0) |
+--------------------------+
| false |
+--------------------------+
Similar issue #11051
To Reproduce
No response
Expected behavior
No response
Additional context
No response
Describe the bug
DF returns false below and is not compliant with major engines:
Similar issue #11051
To Reproduce
No response
Expected behavior
No response
Additional context
No response