-
Notifications
You must be signed in to change notification settings - Fork 141
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
Keep up with refactors in core -- Strings class #1645
Keep up with refactors in core -- Strings class #1645
Conversation
Signed-off-by: MaxKsyunz <[email protected]>
4acb545
to
b5c900b
Compare
SQL Java CI is failing currently because snapshot builds have not caught up. |
Codecov Report
@@ Coverage Diff @@
## main #1645 +/- ##
=========================================
Coverage 97.16% 97.16%
Complexity 4120 4120
=========================================
Files 371 371
Lines 10373 10373
Branches 704 704
=========================================
Hits 10079 10079
Misses 287 287
Partials 7 7
Flags with carried forward coverage won't be shown. Click here to find out more. |
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.
Thanks for the change!
…roject#1645) Signed-off-by: MaxKsyunz <[email protected]>
…roject#1645) Signed-off-by: MaxKsyunz <[email protected]> (cherry picked from commit 8e5d766)
…roject#1645) Signed-off-by: MaxKsyunz <[email protected]>
…roject#1645) Signed-off-by: MaxKsyunz <[email protected]> Signed-off-by: Mitchell Gale <[email protected]>
Signed-off-by: MaxKsyunz <[email protected]> (cherry picked from commit 8e5d766)
…roject#1645) Signed-off-by: MaxKsyunz <[email protected]> (cherry picked from commit 8e5d766) Signed-off-by: Max Ksyunz <[email protected]>
* Updating imports to reflect changes in opensearch core. (#1645) Signed-off-by: MaxKsyunz <[email protected]> (cherry picked from commit 8e5d766) Signed-off-by: Max Ksyunz <[email protected]> * Forcing httpclient to 4.5.14 Signed-off-by: Max Ksyunz <[email protected]> --------- Signed-off-by: MaxKsyunz <[email protected]> Signed-off-by: Max Ksyunz <[email protected]> Co-authored-by: Max Ksyunz <[email protected]> Co-authored-by: Max Ksyunz <[email protected]>
Update sql plugin to account for changes in opensearch-project/OpenSearch#7508