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

EQL: Add optional fields and limit joining keys on non-null values only #79677

Merged
merged 4 commits into from
Oct 26, 2021

Commits on Oct 22, 2021

  1. Add optional fields

    Restrict joining keys to non-null values only for non-optional fields
    astefan committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    b30f439 View commit details
    Browse the repository at this point in the history
  2. Fix tests

    astefan committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    20e45e2 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2021

  1. Introduce dedicated attributes for optional fields

    Replace missing field based on a context either with literal or a
    dedicated attribute. This allows folding to occur without dealing with
    aliases or making the named expression act as a literal (which can lead
    to accidental folding).
    
    Make the mandatory key constraint explicit inside each filter query
    to help in propagating the constraint across sequences without special
    handling.
    costin committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    8bdf6a2 View commit details
    Browse the repository at this point in the history
  2. Add more tests

    astefan committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    e0ab3bf View commit details
    Browse the repository at this point in the history