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: Perform lazy evaluation of mismatched mappings #35676

Merged
merged 2 commits into from
Nov 21, 2018

Commits on Nov 18, 2018

  1. SQL: Perform lazy evaluation of mismatched mappings

    Move away from performing eager, fail-fast validation of mismatched
     mapping to a lazy evaluation based on the fields actually used in the
     query. This allows queries to run on the parts of the indices that
     "work" which is not just convenient but also a necessity for large
     mappings (like logging) where alignment is hard/impossible to achieve.
    
    Fix elastic#35659
    costin committed Nov 18, 2018
    Configuration menu
    Copy the full SHA
    11dea38 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2018

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