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: Implement null handling for IN(v1, v2, ...) #34750

Merged
merged 3 commits into from Oct 24, 2018

Commits on Oct 23, 2018

  1. SQL: Implement null handling for IN(v1, v2, ...)

    Implemented null handling for both the value tested but also for
    values inside the list of values tested against.
    
    The null handling is implemented for local processors, painless scripts
    and Lucene Terms queries making it available for `IN` expressions occuring
    in `SELECT`, `WHERE` and `HAVING` clauses.
    
    Closes: elastic#34582
    matriv committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    6dfd9aa View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2018

  1. Address comments

    matriv committed Oct 24, 2018
    Configuration menu
    Copy the full SHA
    a0bd76c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e44251 View commit details
    Browse the repository at this point in the history