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 the date histogram rewrite optimization to range aggregation #13865

Merged
merged 42 commits into from
Jun 19, 2024

Merge branch 'main' into 13531-range-agg

9764b23
Select commit
Loading
Failed to load commit list.
Merged

Apply the date histogram rewrite optimization to range aggregation #13865

Merge branch 'main' into 13531-range-agg
9764b23
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 19, 2024 in 1s

71.71% (target 70.00%)

View this Pull Request on Codecov

71.71% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 82.71028% with 37 lines in your changes missing coverage. Please review.

Project coverage is 71.71%. Comparing base (b15cb0c) to head (9764b23).
Report is 453 commits behind head on main.

Files Patch % Lines
...h/aggregations/bucket/FastFilterRewriteHelper.java 89.28% 4 Missing and 11 partials ⚠️
...pensearch/index/mapper/ScaledFloatFieldMapper.java 10.00% 9 Missing ⚠️
...rch/aggregations/bucket/range/RangeAggregator.java 50.00% 7 Missing ⚠️
...org/opensearch/index/mapper/NumberFieldMapper.java 81.81% 6 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #13865      +/-   ##
============================================
+ Coverage     71.42%   71.71%   +0.29%     
- Complexity    59978    62060    +2082     
============================================
  Files          4985     5118     +133     
  Lines        282275   291977    +9702     
  Branches      40946    42211    +1265     
============================================
+ Hits         201603   209400    +7797     
- Misses        63999    65238    +1239     
- Partials      16673    17339     +666     

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