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

SingleBucket aggs need to reduce their bucket's pipelines first #50103

Merged

Commits on Dec 11, 2019

  1. SingleBucket aggs need to reduce their bucket's pipelines first

    When decoupling the pipeline reduction from regular agg reduction,
    MultiBucket aggs were modified to reduce their bucket's pipeline
    aggs first before reducing the sibling aggs.  This modification
    was missed on SingleBucket aggs, meaning any SingleBucket would
    fail to reduce any pipeline sub-aggs
    polyfractal committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    0039ef1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e121c7 View commit details
    Browse the repository at this point in the history