Describe the bug
This may be a duplicate issue, but sorting is inconsistent for zero vs negative zero in Comet and this prevents us from fuzz testing against data containing negative zero
Steps to reproduce
SELECT floating_point_col FROM foo ORDER BY floating_point_col
Expected behavior
No response
Additional context
No response