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

release-20.2: sql: fix ordered set aggregates with constant ORDER BY expressions #64903

Merged
merged 1 commit into from May 10, 2021

Commits on May 8, 2021

  1. sql: fix ordered set aggregates with constant ORDER BY expressions

    This commit fixes a bug that caused an error when providing a constant
    ORDER BY expressions in an ordered set aggregate.
    
    Fixes cockroachdb#64319
    Fixes cockroachdb#64318
    
    Release note (bug fix): Providing a constant value as an ORDER BY value
    in an ordered set aggregate, such as `percentile_dist` or
    `percentile_cont`, no longer errors. This bug has been present since
    order set aggregates were added in version 20.2.
    mgartner committed May 8, 2021
    Configuration menu
    Copy the full SHA
    917150e View commit details
    Browse the repository at this point in the history