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

Fix rounding composite aggs on sorted index #57867

Merged
merged 3 commits into from
Jun 9, 2020

Commits on Jun 9, 2020

  1. Fix rounding composite aggs on sorted index

    This commit fixes a bug on the composite aggregation when the index
    is sorted and the primary composite source needs to round values (date_histo).
    In such case, we cannot take into account the subsequent sources even if they
    match the index sort because the rounding of the primary sort value may break
    the original index order.
    
    Fixes elastic#57849
    jimczi committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    8244486 View commit details
    Browse the repository at this point in the history
  2. fix hashcode

    jimczi committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    05013ff View commit details
    Browse the repository at this point in the history
  3. add comments

    jimczi committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    e486057 View commit details
    Browse the repository at this point in the history