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

Support object fields in star-tree index #16728

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

handling edge cases

4da6d64
Select commit
Loading
Failed to load commit list.
Open

Support object fields in star-tree index #16728

handling edge cases
4da6d64
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 20, 2024 in 1s

72.12% (target 70.00%)

View this Pull Request on Codecov

72.12% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 75.00000% with 10 lines in your changes missing coverage. Please review.

Project coverage is 72.12%. Comparing base (b5f651f) to head (4da6d64).
Report is 3 commits behind head on main.

Files with missing lines Patch % Lines
...va/org/opensearch/index/mapper/StarTreeMapper.java 72.72% 5 Missing and 1 partial ⚠️
...va/org/opensearch/index/mapper/DocumentParser.java 20.00% 1 Missing and 3 partials ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #16728      +/-   ##
============================================
- Coverage     72.21%   72.12%   -0.09%     
+ Complexity    65335    65315      -20     
============================================
  Files          5318     5318              
  Lines        304081   304119      +38     
  Branches      43995    44005      +10     
============================================
- Hits         219578   219360     -218     
- Misses        66541    66765     +224     
- Partials      17962    17994      +32     

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