-
Notifications
You must be signed in to change notification settings - Fork 140
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
Move ImmutableOpenMap usage to j.u.Map #955
Move ImmutableOpenMap usage to j.u.Map #955
Conversation
cc8dff9
to
122d4d7
Compare
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.
LGTM! Thanks
7604efc
to
9508fba
Compare
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.
LGTM! Thanks
CI failed:
|
@junqiu-lei please check why this test: |
src/main/java/org/opensearch/knn/plugin/rest/RestGetModelHandler.java
Outdated
Show resolved
Hide resolved
src/main/java/org/opensearch/knn/plugin/rest/RestDeleteModelHandler.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Junqiu Lei <junqiu@amazon.com>
9508fba
to
2943e01
Compare
CI build Build and Test k-NN Plugin (17, ubuntu-latest) passed. @navneet1v |
Codecov Report
@@ Coverage Diff @@
## 2.x #955 +/- ##
=========================================
Coverage 85.13% 85.13%
Complexity 1088 1088
=========================================
Files 152 152
Lines 4414 4414
Branches 392 392
=========================================
Hits 3758 3758
Misses 479 479
Partials 177 177
|
The Build and Test k-NN Plugin (11, macos-latest) failed error come from opensearch-2.9.0-SNAPSHOT.jar:2.9.0-SNAPSHOT:
|
Description
Issues Resolved
#957
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.