-
Notifications
You must be signed in to change notification settings - Fork 909
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
Sum and average #6952
Sum and average #6952
Conversation
…regate at a time without aliasing.
…for performing general aggregations.
🦋 Changeset detectedLatest commit: 83740c0 The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Size Report 1Affected Products
Test Logs |
Size Analysis Report 1This report is too large (717,088 characters) to be displayed here in a GitHub comment. Please use the below link to see the full report on Google Cloud Storage.Test Logs |
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.
I skimmed through it..if it is the deletion of the runner class that you want my opinion, then i think it looks good.
Overall, I think this PR looks good from a glance.
…js-sdk into markduckworth/sum-avg
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.
LGTM! Thanks for keeping the test coverage thorough.
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.
Usually prefer to add a changeset for any significant code changes because it makes it easier to trace back any bugs to a specific version (if the changes should not be announced, you can make a note and we can exclude them from the release notes). But I guess we can always just use the commit history.
* Tests for sum and average.
…kduckworth/sum-avg
Refactoring aggregations in Firestore to support sum and average. Sum and average are not public. --------- Co-authored-by: MarkDuckworth <MarkDuckworth@users.noreply.github.com>
Refactoring aggregations in Firestore to support sum and average. Sum and average are not public.