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: cover the Integer type when extracting values from _source #42859

Merged
merged 5 commits into from Jun 10, 2019

Commits on Jun 4, 2019

  1. Configuration menu
    Copy the full SHA
    abcde7c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/elastic/elasticsearch int…

    …o bug_fix_int_text_extraction
    astefan committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    7b43e90 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2019

  1. Take into consideration a wider range of Numbers when extracting the

    values from source, more specifically - BigInteger and BigDecimal.
    astefan committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    55a04c0 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/elastic/elasticsearch int…

    …o bug_fix_int_text_extraction
    astefan committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    0820868 View commit details
    Browse the repository at this point in the history
  3. Remove unused imports

    astefan committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    fb48e30 View commit details
    Browse the repository at this point in the history