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

cos: value mismatch between Presto and Velox #12560

Open
peterenescu opened this issue Mar 5, 2025 · 0 comments
Open

cos: value mismatch between Presto and Velox #12560

peterenescu opened this issue Mar 5, 2025 · 0 comments
Labels
bug Something isn't working fuzzer-found

Comments

@peterenescu
Copy link
Contributor

peterenescu commented Mar 5, 2025

Description

Minor value mismatch for function cos between Presto and Velox.

Error Reproduction

Presto

presto:tpch> select cos(c0) from (values (0.8758310899138451)) t(c0);
       _col0        
--------------------
 0.6403587392020134

Velox

presto:di> select cos(c0) from (values (0.8758310899138451)) t(c0);
       _col0          
--------------------
 0.6403587392020135 
@peterenescu peterenescu added bug Something isn't working fuzzer-found labels Mar 5, 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-found
Projects
None yet
Development

No branches or pull requests

1 participant