-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
TPC-H q8 fails with overflow (since version 28) #7216
Labels
bug
Something isn't working
Comments
andygrove
changed the title
TPC-H q8 fails with overflow (seems to be a new regression in 28.0.0)
TPC-H q8 fails with overflow\
Aug 7, 2023
andygrove
changed the title
TPC-H q8 fails with overflow
TPC-H q8 fails with overflow (since version 28)
Aug 7, 2023
I confirmed that this issue does not happen with version 27 |
Ok, I see that earlier versions returned the wrong result. It is better now that we fail, but will leave this issue open because we shouldn't fail either. Related issue: #6794 |
I think this may be fixed now that #6832 has been merged |
I've added additional cast to make TPCH q8 pass under benchmark. Let's see now if it can be passed after #6832. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
To Reproduce
Here is a Google colab notebook that demonstrates the issue
https://colab.research.google.com/drive/13vCffhO1-IP3NtXT1FgO-j6MwoQZlPtm?usp=sharing
Expected behavior
No response
Additional context
This was originally discovered by Mimoune Djouallah:
https://twitter.com/mim_djo/status/1686955130812542976?s=20
The text was updated successfully, but these errors were encountered: