-
Notifications
You must be signed in to change notification settings - Fork 10
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
EN-51893 | CHORE : Adding Last aggregation operator #215
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #215 +/- ##
=========================================
Coverage 79.71% 79.72%
Complexity 1043 1043
=========================================
Files 199 199
Lines 4939 4941 +2
Branches 410 410
=========================================
+ Hits 3937 3939 +2
Misses 711 711
Partials 291 291
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
Please add an integration test in DocStoreQueryV1Test
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.
Please update the description of this PR (or if you think the title is self-explanatory, can we remove the template)?
document-store/src/integrationTest/resources/query/test_last_aggregation_operator.json
Show resolved
Hide resolved
@@ -0,0 +1,18 @@ | |||
[ | |||
{ | |||
"item":"Shampoo", |
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.
Nit: Could you please prettify the JSON (specifically spaces before the values)?
"item":"Shampoo", | |
"item": "Shampoo", |
Description
Please include a summary of the change, motivation and context.
Testing
Please describe the tests that you ran to verify your changes. Please summarize what did you test and what needs to be tested e.g. deployed and tested helm chart locally.
Checklist:
Documentation
Make sure that you have documented corresponding changes in this repository or hypertrace docs repo if required.