-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 Query 1 has regressed #3729
Comments
We have fixed a few bugs in this coercion area recently -- it "might" work if you try with latest master. Now that we have the optimizer integration test, it would be great to at least get tests for all tpch querries into that |
I need to look into this again - @andygrove said he ran it and it worked. I think my schema inference may have picked the wrong data type for this timestamp and gotten different results. |
Could be related to #3764 |
@andygrove has proposed an improvement to testing #3790 |
|
Describe the bug
When running TPC-H query 1, this is the result:
To Reproduce
Run TPC-H query 1.
Expected behavior
A result is returned.
The text was updated successfully, but these errors were encountered: