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

[BUG FIX] Fix the visit of inner query for NestedQueryBuilder #14739

Merged
merged 5 commits into from
Jul 24, 2024

Merge branch 'main' into fix

eaf3263
Select commit
Loading
Failed to load commit list.
Merged

[BUG FIX] Fix the visit of inner query for NestedQueryBuilder #14739

Merge branch 'main' into fix
eaf3263
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 24, 2024 in 0s

71.87% (target 70.00%)

View this Pull Request on Codecov

71.87% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 75.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 71.87%. Comparing base (1fe58b5) to head (eaf3263).

Files Patch % Lines
...org/opensearch/index/query/NestedQueryBuilder.java 75.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #14739      +/-   ##
============================================
+ Coverage     71.78%   71.87%   +0.08%     
+ Complexity    62694    62692       -2     
============================================
  Files          5160     5160              
  Lines        294211   294215       +4     
  Branches      42553    42554       +1     
============================================
+ Hits         211212   211457     +245     
+ Misses        65599    65338     -261     
- Partials      17400    17420      +20     

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