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

[Backport 2.x] Fix bug where ingestion failed for input document containing list of nested objects #1053

Merged
merged 1 commit into from
Jan 3, 2025

Fix bug where ingestion failed for input document containing list of …

55641e0
Select commit
Loading
Failed to load commit list.
Merged

[Backport 2.x] Fix bug where ingestion failed for input document containing list of nested objects #1053

Fix bug where ingestion failed for input document containing list of …
55641e0
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 3, 2025 in 0s

79.69% (+0.09%) compared to eb6121c

View this Pull Request on Codecov

79.69% (+0.09%) compared to eb6121c

Details

Codecov Report

Attention: Patch coverage is 90.00000% with 4 lines in your changes missing coverage. Please review.

Project coverage is 79.69%. Comparing base (eb6121c) to head (55641e0).
Report is 2 commits behind head on 2.x.

Files with missing lines Patch % Lines
...rch/neuralsearch/processor/InferenceProcessor.java 90.00% 0 Missing and 4 partials ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##                2.x    #1053      +/-   ##
============================================
+ Coverage     79.59%   79.69%   +0.09%     
- Complexity     1091     1106      +15     
============================================
  Files            87       87              
  Lines          3764     3802      +38     
  Branches        644      649       +5     
============================================
+ Hits           2996     3030      +34     
- Misses          522      523       +1     
- Partials        246      249       +3     

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