Skip to content
New issue

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

wilson_interval_upper: value mismatch Presto is NaN #12347

Open
peterenescu opened this issue Feb 14, 2025 · 0 comments
Open

wilson_interval_upper: value mismatch Presto is NaN #12347

peterenescu opened this issue Feb 14, 2025 · 0 comments
Labels
bug Something isn't working fuzzer Issues related the to Velox fuzzer test components. fuzzer-found

Comments

@peterenescu
Copy link
Contributor

peterenescu commented Feb 14, 2025

Description

Value mismatch between Presto and Velox for function wilson_interval_upper. Presto produces NaN.

Reproduction

presto:di> SELECT wilson_interval_upper(BIGINT '359090968513171511', BIGINT '7301377651529813446', infinity());
 _col0                
-------
   NaN 
(1 row)
presto:di> SELECT wilson_interval_upper(c0, c1, infinity()) from (values (BIGINT '359090968513171511', BIGINT '7301377651529813446')) t(c0,c1);
 _col0                
-------
   1.0 
(1 row)
@peterenescu peterenescu added bug Something isn't working fuzzer Issues related the to Velox fuzzer test components. fuzzer-found labels Feb 14, 2025
@peterenescu peterenescu changed the title wilson_interval_upper: mismatch value wilson_interval_upper: mismatch value between Presto Velox Feb 20, 2025
@peterenescu peterenescu changed the title wilson_interval_upper: mismatch value between Presto Velox wilson_interval_upper: value mismatch Presto is NaN Feb 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fuzzer Issues related the to Velox fuzzer test components. fuzzer-found
Projects
None yet
Development

No branches or pull requests

1 participant