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, workload, compose: miscellaneous cleanups #46279

Merged
merged 2 commits into from Mar 23, 2020

Conversation

yuzefovich
Copy link
Member

sql: add stddev_samp alias for stddev aggregate builtin

Release justification: low-risk new functionality.

Addresses: #37464.

Release note (sql change): CockroachDB now supports stddev_samp
aggregate builtin function which is the same as stddev (actually, the
latter is the historical alias of the former, according to Postgres
documentation).

workload, compose: miscellaneous cleanups

Release justification: non-production code changes.

This commit cleans up a few things:

  1. we recently renamed experimental_on vectorize setting to on, but
    a couple of places were missed.
  2. compose-compare test (of randomized land) was skipping some queries
    due to bugs which have been fixed.
  3. tpcds workload has been slightly enhanced (added vectorize option
    and refactored the way statement timeout is set).

Release note: None

Release justification: low-risk new functionality.

Release note (sql change): CockroachDB now supports `stddev_samp`
aggregate builtin function which is the same as `stddev` (actually, the
latter is the historical alias of the former, according to Postgres
documentation).
Release justification: non-production code changes.

This commit cleans up a few things:
1. we recently renamed `experimental_on` vectorize setting to `on`, but
a couple of places were missed.
2. compose-compare test (of randomized land) was skipping some queries
due to bugs which have been fixed.
3. `tpcds` workload has been slightly enhanced (added `vectorize` option
and refactored the way statement timeout is set).

Release note: None
@yuzefovich yuzefovich requested a review from a team as a code owner March 19, 2020 02:47
@cockroach-teamcity
Copy link
Member

This change is Reviewable

Copy link
Contributor

@asubiotto asubiotto left a comment

Choose a reason for hiding this comment

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

:lgtm:

Reviewed 4 of 4 files at r1, 4 of 4 files at r2.
Reviewable status: :shipit: complete! 1 of 0 LGTMs obtained

@yuzefovich
Copy link
Member Author

TFTR!

bors r+

@craig
Copy link
Contributor

craig bot commented Mar 23, 2020

Build failed

@yuzefovich
Copy link
Member Author

bors r+

@craig
Copy link
Contributor

craig bot commented Mar 23, 2020

Build succeeded

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.

None yet

3 participants