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

Apply fast date histogram optimization at the segment level #12073

Merged
merged 19 commits into from
Feb 7, 2024

Merge branch 'main' into 11654-segment-matchall

e1dbcea
Select commit
Loading
Failed to load commit list.
Merged

Apply fast date histogram optimization at the segment level #12073

Merge branch 'main' into 11654-segment-matchall
e1dbcea
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 7, 2024 in 0s

71.82% (target 70.00%)

View this Pull Request on Codecov

71.82% (target 70.00%)

Details

Codecov Report

Attention: 23 lines in your changes are missing coverage. Please review.

Comparison is base (0d50525) 71.38% compared to head (e1dbcea) 71.82%.
Report is 2 commits behind head on main.

Files Patch % Lines
...h/aggregations/bucket/FastFilterRewriteHelper.java 83.33% 5 Missing and 15 partials ⚠️
...egations/bucket/composite/CompositeAggregator.java 90.47% 1 Missing and 1 partial ⚠️
...ions/bucket/histogram/DateHistogramAggregator.java 87.50% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #12073      +/-   ##
============================================
+ Coverage     71.38%   71.82%   +0.43%     
- Complexity    59707    60013     +306     
============================================
  Files          4952     4952              
  Lines        280639   280712      +73     
  Branches      40773    40788      +15     
============================================
+ Hits         200341   201616    +1275     
+ Misses        63629    62626    -1003     
+ Partials      16669    16470     -199     

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