-
Notifications
You must be signed in to change notification settings - Fork 143
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
restrict stash context only for stop words system index #2283
Conversation
common/src/main/java/org/opensearch/ml/common/model/MLGuard.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Jing Zhang <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2283 +/- ##
============================================
- Coverage 81.42% 81.38% -0.05%
+ Complexity 5853 5850 -3
============================================
Files 557 557
Lines 23871 23884 +13
Branches 2493 2495 +2
============================================
+ Hits 19436 19437 +1
- Misses 3412 3425 +13
+ Partials 1023 1022 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adding UT to cover the new code?
Signed-off-by: Jing Zhang <[email protected]> (cherry picked from commit 5f9026d)
Signed-off-by: Jing Zhang <[email protected]> (cherry picked from commit 5f9026d)
Signed-off-by: Jing Zhang <[email protected]> (cherry picked from commit 5f9026d) Co-authored-by: Jing Zhang <[email protected]>
Signed-off-by: Jing Zhang <[email protected]> (cherry picked from commit 5f9026d) Co-authored-by: Jing Zhang <[email protected]>
Description
[Describe what this change achieves]
Issues Resolved
[List any issues this PR will resolve]
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.