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

Add cluster setting to dynamically disable filter rewrite optimization #13179

Merged

Address comments

4bded8f
Select commit
Loading
Failed to load commit list.
Merged

Add cluster setting to dynamically disable filter rewrite optimization #13179

Address comments
4bded8f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 16, 2024 in 0s

71.37% (target 70.00%)

View this Pull Request on Codecov

71.37% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 45.45455% with 6 lines in your changes are missing coverage. Please review.

Project coverage is 71.37%. Comparing base (b15cb0c) to head (4bded8f).
Report is 169 commits behind head on main.

Files Patch % Lines
...h/aggregations/bucket/FastFilterRewriteHelper.java 0.00% 3 Missing and 1 partial ⚠️
...va/org/opensearch/search/DefaultSearchContext.java 80.00% 1 Missing ⚠️
.../org/opensearch/search/internal/SearchContext.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #13179      +/-   ##
============================================
- Coverage     71.42%   71.37%   -0.05%     
- Complexity    59978    60598     +620     
============================================
  Files          4985     5040      +55     
  Lines        282275   285381    +3106     
  Branches      40946    41329     +383     
============================================
+ Hits         201603   203698    +2095     
- Misses        63999    64807     +808     
- Partials      16673    16876     +203     

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