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 object extraction from sources #37502

Merged
merged 4 commits into from
Jan 18, 2019

Commits on Jan 15, 2019

  1. SQL: fix object extraction from sources

    Throws an exception if hit extractor tries to retrieve unsupported
    object. For example, selecting "a" from `{"a": {"b": "c"}}` now throws
    an exception instead of returning null.
    
    Relates to elastic#37364
    imotov committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    13ddc7b View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2019

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

Commits on Jan 17, 2019

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

Commits on Jan 18, 2019

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