-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Add a function to SearchPipelineService to check if system generated factory enabled or not #19545
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
Conversation
…factory enabled or not. Signed-off-by: Bo Zhang <[email protected]>
|
❕ Gradle check result for 8f8dbf3: UNSTABLE Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #19545 +/- ##
==========================================
Coverage 73.00% 73.00%
- Complexity 70483 70528 +45
==========================================
Files 5717 5719 +2
Lines 323021 323205 +184
Branches 46790 46812 +22
==========================================
+ Hits 235826 235963 +137
+ Misses 68207 68198 -9
- Partials 18988 19044 +56 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…factory enabled or not. (#19545) Signed-off-by: Bo Zhang <[email protected]> (cherry picked from commit e638233) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…factory enabled or not. (#19545) (#19547) (cherry picked from commit e638233) Signed-off-by: Bo Zhang <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…factory enabled or not. (opensearch-project#19545) Signed-off-by: Bo Zhang <[email protected]>
…factory enabled or not. (opensearch-project#19545) Signed-off-by: Bo Zhang <[email protected]> Signed-off-by: Gagan Singh Saini <[email protected]>
…factory enabled or not. (opensearch-project#19545) Signed-off-by: Bo Zhang <[email protected]>
Description
Add a function to SearchPipelineService to check if system generated factory enabled or not so that plugins can consume this function rather than build their own.
Related Issues
Closes #19427
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.