-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
sql: Fix TPCH workload #35533
sql: Fix TPCH workload #35533
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: complete! 1 of 0 LGTMs obtained (waiting on @RaduBerinde and @yuzefovich)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: complete! 2 of 0 LGTMs obtained (waiting on @yuzefovich)
Fix a couple problems in the TPCH workload: 1. Use r_name = 'EUROPE' in Q2 to match the TPCH spec sample values 2. Add ::float cast in Q11 because CRDB does not implicitly cast when multiplying float and int. Fixes cockroachdb#35418 Release note: None
bors r+ |
35533: sql: Fix TPCH workload r=andy-kimball a=andy-kimball Fix a couple problems in the TPCH workload: 1. Use r_name = 'EUROPE' in Q2 to match the TPCH spec sample values 2. Add ::float cast in Q11 because CRDB does not implicitly cast when multiplying float and int. Fixes #35418 Release note: None Co-authored-by: Andrew Kimball <[email protected]>
Build succeeded |
Fix a couple problems in the TPCH workload:
multiplying float and int.
Fixes #35418
Release note: None