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 edge case: <field> IN (null) #34802

Merged
merged 7 commits into from Oct 25, 2018
Merged

Commits on Oct 24, 2018

  1. SQL: Fix edge case: <field> IN (null)

    Handle the case when `null` is the only value in the list so that
    it's translated to a `MatchNoDocsQuery`.
    
    Followup to: elastic#34750
    matriv committed Oct 24, 2018
    Copy the full SHA
    c5c5cfd View commit details
    Browse the repository at this point in the history
  2. Address comments

    matriv committed Oct 24, 2018
    Copy the full SHA
    72ad48c View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    1617fa2 View commit details
    Browse the repository at this point in the history
  4. Fix test

    matriv committed Oct 24, 2018
    Copy the full SHA
    06bcc7e View commit details
    Browse the repository at this point in the history
  5. Fix test

    matriv committed Oct 24, 2018
    Copy the full SHA
    4eb8600 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    c8aa34c View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2018

  1. Copy the full SHA
    fa27325 View commit details
    Browse the repository at this point in the history