Describe the bug
Example of compatibility issue found by fuzz testing:
SELECT c90, c1, c90 % c1 FROM test1 ORDER BY c90, c1;
Spark: -21840,-0.0,NULL
Comet: -21840,-0.0,NaN
Steps to reproduce
No response
Expected behavior
No response
Additional context
No response
Describe the bug
Example of compatibility issue found by fuzz testing:
Spark:
-21840,-0.0,NULLComet:
-21840,-0.0,NaNSteps to reproduce
No response
Expected behavior
No response
Additional context
No response