comphead commented on issue #2448:
URL:
https://github.com/apache/datafusion-comet/issues/2448#issuecomment-3347730439
> This may not be a solution. Spark only does normalization when sorting, so
returning -0.0 or 0.0 is unstable.
```
checkSparkAnswer("select min(_1) from (SELECT _1 FROM tbl order by
_1 desc)")
```
passes
whereas
```
checkSparkAnswer("select min(_1) from (SELECT _1 FROM tbl order by
_1 asc)")
```
I'll check little bit more today
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]