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

EN-51893 | CHORE : Adding Last aggregation operator #215

Merged
merged 4 commits into from
Oct 18, 2024
Merged

Conversation

singh-viikram
Copy link
Contributor

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:

  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • Any dependent changes have been merged and published in downstream modules

Documentation

Make sure that you have documented corresponding changes in this repository or hypertrace docs repo if required.

Copy link

codecov bot commented Oct 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.72%. Comparing base (1af3457) to head (bff2d9c).
Report is 1 commits behind head on main.

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           
Flag Coverage Δ
integration 79.72% <100.00%> (+<0.01%) ⬆️
unit 57.68% <100.00%> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

github-actions bot commented Oct 17, 2024

Test Results

 40 files  ±0   40 suites  ±0   32s ⏱️ +2s
246 tests ±0  246 ✅ ±0  0 💤 ±0  0 ❌ ±0 
500 runs  +1  500 ✅ +1  0 💤 ±0  0 ❌ ±0 

Results for commit bff2d9c. ± Comparison against base commit 1af3457.

♻️ This comment has been updated with latest results.

Copy link
Contributor

@suresh-prakash suresh-prakash left a 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

Copy link
Contributor

@suresh-prakash suresh-prakash left a 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)?

@@ -0,0 +1,18 @@
[
{
"item":"Shampoo",
Copy link
Contributor

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)?

Suggested change
"item":"Shampoo",
"item": "Shampoo",

@singh-viikram singh-viikram merged commit 0723c9d into main Oct 18, 2024
7 checks passed
@singh-viikram singh-viikram deleted the adding_last branch October 18, 2024 11:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants