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

sql: Fix TPCH workload #35533

Merged
merged 1 commit into from
Mar 9, 2019
Merged

sql: Fix TPCH workload #35533

merged 1 commit into from
Mar 9, 2019

Conversation

andy-kimball
Copy link
Contributor

@andy-kimball andy-kimball commented Mar 8, 2019

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

@cockroach-teamcity
Copy link
Member

This change is Reviewable

Copy link
Member

@RaduBerinde RaduBerinde left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewable status: :shipit: complete! 1 of 0 LGTMs obtained (waiting on @RaduBerinde and @yuzefovich)

@awoods187 awoods187 mentioned this pull request Mar 8, 2019
8 tasks
Copy link
Member

@yuzefovich yuzefovich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewable status: :shipit: 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
@andy-kimball
Copy link
Contributor Author

bors r+

craig bot pushed a commit that referenced this pull request Mar 9, 2019
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]>
@craig
Copy link
Contributor

craig bot commented Mar 9, 2019

Build succeeded

@craig craig bot merged commit 05eaa3a into cockroachdb:master Mar 9, 2019
@andy-kimball andy-kimball deleted the tpch branch March 9, 2019 19:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants