-
Notifications
You must be signed in to change notification settings - Fork 196
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: Make ChildrenAggregate as a SingleBucketAggregate #306
Conversation
Signed-off-by: Siva <[email protected]>
Signed-off-by: Siva <[email protected]>
It might be helpful to add a test case for this. |
Certainly +1, we need a test case to show off the issue (and the fix in action) |
Signed-off-by: Siva <[email protected]>
added ChildAggregation test case |
@sivaGH3 please fix checkstyle violations, thank you |
Signed-off-by: Siva <[email protected]>
@wbeckler please review this PR again, thanks |
I'll defer to one of the maintainers to do the second review. |
@Bukhtawar @dblock @madhusudhankonda @saratvemulapalli @VachaShah , can I get one more review, thanks |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @sivaGH3 !!
…te (opensearch-project#306) Signed-off-by: Siva <[email protected]>
@sivaGH3 could you please backport to |
…te (#306) (#310) Signed-off-by: Siva <[email protected]> Signed-off-by: Siva <[email protected]>
…te (opensearch-project#306) Signed-off-by: Siva <[email protected]>
…te (#306) (#313) Signed-off-by: Siva <[email protected]> Signed-off-by: Siva <[email protected]>
Signed-off-by: Siva [email protected]
Description
Make ChildrenAggregate as a SingleBucketAggregate.
Delete
ChildrenAggregateBucket.java
.Tested the change.
Issues Resolved
Closes #305
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.