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: Introduce support for NULL values (#34573) #34640

Merged
merged 1 commit into from Oct 19, 2018

Commits on Oct 19, 2018

  1. SQL: Introduce support for NULL values (elastic#34573)

    Make SQL aware of missing and/or unmapped fields treating them as NULL
    Make _all_ functions and operators null-safe aware, including when used
    in filtering or sorting contexts
    Add missing and null-safe doc value extractor
    Modify dataset to have null fields spread around (in groups of 10)
    Enforce missing last and unmapped_type inside sorting
    Consolidate Predicate templating and declaration
    Add support for Like/RLike in scripting
    Generalize NULLS LAST/FIRST
    Introduce early schema declaration for CSV spec tests: to keep the doc
    snippets in place (introduce schema:: prefix for declaration)
    upfront.
    
    Fix elastic#32079
    
    (cherry picked from commit 52104aa)
    costin committed Oct 19, 2018
    Copy the full SHA
    defa634 View commit details
    Browse the repository at this point in the history