andygrove opened a new issue, #1375: URL: https://github.com/apache/datafusion-comet/issues/1375
### Describe the bug I am working on adding fuzz testing to the test suite in PR https://github.com/apache/datafusion-comet/pull/1374 and it appears that stddev_pop produces incorrect results in some cases ``` SELECT c1, stddev_pop(c5) FROM t1 GROUP BY c1 ORDER BY c1 1.888946593147858E22 was not less than 1.0E-6 actual answer 1.2417965031048596E38 ``` ### Steps to reproduce _No response_ ### Expected behavior _No response_ ### Additional context _No response_ -- 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: github-unsubscr...@datafusion.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org