We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am working on adding fuzz testing to the test suite in PR #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
No response
The text was updated successfully, but these errors were encountered:
Actually, it looks like the code for checking answers allowing for tolerance may not be correct:
The expected vs actual are:
1.2417965031048596E38 1.2417965031048598E38
Sorry, something went wrong.
No branches or pull requests
Describe the bug
I am working on adding fuzz testing to the test suite in PR #1374 and it appears that stddev_pop produces incorrect results in some cases
Steps to reproduce
No response
Expected behavior
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: