-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
Add combine
support to MultiAggregation
#5000
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5000 +/- ##
==========================================
+ Coverage 82.82% 82.85% +0.03%
==========================================
Files 331 331
Lines 18069 18107 +38
==========================================
+ Hits 14965 15003 +38
Misses 3104 3104
Help us with your feedback. Take ten seconds to tell us how you rate us. |
combine
support to MultiAggregation
combine
support to MultiAggregation
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.
Looks good to me. Left a few minor comments
Co-authored-by: Padarn Wilson <[email protected]>
for more information, see https://pre-commit.ci
Nice. LGTM! |
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.
Looks amazing, just some last comments. Please feel free to merge afterwards.
This pull request added the
combine
support toMultiAggregation
.Addresses #4712