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: Disallow non-collapsable subselects with ORDER BY (#72991) #73096

Merged
merged 1 commit into from
May 14, 2021

Commits on May 14, 2021

  1. SQL: Disallow non-collapsable subselects with ORDER BY (elastic#72991)

    Ordering an already pre-ordered and limited subselect is not allowed,
    as such queries cannot be collapsed and translated into query DSL, but
    the require an extra ordering step on top of the results returned
    internally by the search/agg query.
    
    Fixes: elastic#71158
    (cherry picked from commit a5a20ae)
    matriv committed May 14, 2021
    Configuration menu
    Copy the full SHA
    8d03fbb View commit details
    Browse the repository at this point in the history