Skip to content

Enable skiplist based collection using collectRange - #20268

Closed
jainankitk wants to merge 2 commits into
opensearch-project:mainfrom
jainankitk:collect-range
Closed

Enable skiplist based collection using collectRange#20268
jainankitk wants to merge 2 commits into
opensearch-project:mainfrom
jainankitk:collect-range

Adding changelog entry

e9d3c28
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 17, 2026 in 1s

73.25% (target 70.00%)

View this Pull Request on Codecov

73.25% (target 70.00%)

Details

Codecov Report

❌ Patch coverage is 8.06452% with 57 lines in your changes missing coverage. Please review.
✅ Project coverage is 73.25%. Comparing base (930ae74) to head (e9d3c28).
⚠️ Report is 59 commits behind head on main.

Files with missing lines Patch % Lines
...gations/bucket/HistogramSkiplistLeafCollector.java 0.00% 16 Missing ⚠️
...ket/terms/GlobalOrdinalsStringTermsAggregator.java 0.00% 7 Missing ⚠️
...h/search/aggregations/metrics/StatsAggregator.java 0.00% 7 Missing ⚠️
...rch/search/aggregations/metrics/AvgAggregator.java 0.00% 4 Missing ⚠️
...egations/bucket/composite/CompositeAggregator.java 0.00% 3 Missing ⚠️
...rch/search/aggregations/metrics/MaxAggregator.java 0.00% 3 Missing ⚠️
...rch/search/aggregations/metrics/MinAggregator.java 0.00% 3 Missing ⚠️
...rch/search/aggregations/metrics/SumAggregator.java 0.00% 3 Missing ⚠️
.../bucket/histogram/AutoDateHistogramAggregator.java 0.00% 2 Missing ⚠️
...ions/bucket/histogram/DateHistogramAggregator.java 0.00% 2 Missing ⚠️
... and 6 more
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #20268      +/-   ##
============================================
+ Coverage     73.20%   73.25%   +0.05%     
- Complexity    71745    71786      +41     
============================================
  Files          5795     5795              
  Lines        328304   328314      +10     
  Branches      47283    47284       +1     
============================================
+ Hits         240334   240522     +188     
+ Misses        68663    68505     -158     
+ Partials      19307    19287      -20     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.