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

Only execute one final reduction in InternalAutoDateHistogram #45359

Merged
merged 4 commits into from
Aug 12, 2019

Commits on Aug 8, 2019

  1. Only execute one final reduction in InternalAutoDateHistogram

    Because auto-date-histo can perform multiple reductions while
    merging buckets, we need to ensure that the intermediate reductions
    are done with a `finalReduce` set to false to prevent Pipeline aggs
    from generating their output.
    
    Once all the buckets have been merged and the output is stable,
    a mostly-noop reduction can be performed which will allow pipelines
    to generate their output.
    polyfractal committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    566e877 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2019

  1. Test fix

    polyfractal committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    8ccef5e View commit details
    Browse the repository at this point in the history
  2. Address review comment

    polyfractal committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    aaf15d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    63005a5 View commit details
    Browse the repository at this point in the history