-
Notifications
You must be signed in to change notification settings - Fork 112
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
[Backport 2.x] ImmutableOpenMap to j.u.Map #838
Conversation
Signed-off-by: Hailong Cui <[email protected]>
…ject#825) Signed-off-by: zhichao-aws <[email protected]>
Signed-off-by: Hailong Cui <[email protected]>
Signed-off-by: Hailong Cui <[email protected]>
Codecov Report
@@ Coverage Diff @@
## 2.x #838 +/- ##
============================================
+ Coverage 75.92% 75.96% +0.03%
- Complexity 2900 2903 +3
============================================
Files 366 366
Lines 16554 16556 +2
Branches 2387 2395 +8
============================================
+ Hits 12569 12576 +7
+ Misses 2603 2600 -3
+ Partials 1382 1380 -2
|
docker security test failed due to docker image is not up to date. docker image for 2.9.0 is created at
|
@bowenlan-amzn can you help to review, as most this changes are from #771 |
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.
Thank you!
* Metadata members from ImmutableOpenMap to j.u.Map Signed-off-by: Hailong Cui <[email protected]> * add field remoteStoreIndexShallowCopy in SM TestUtils (opensearch-project#825) Signed-off-by: zhichao-aws <[email protected]> * fix NPE for transform aggregations (opensearch-project#830) Signed-off-by: Hailong Cui <[email protected]> * Fix detekt Signed-off-by: Hailong Cui <[email protected]> --------- Signed-off-by: Hailong Cui <[email protected]> Signed-off-by: zhichao-aws <[email protected]> Co-authored-by: zhichao-aws <[email protected]> Signed-off-by: Ronnak Saxena <[email protected]>
Backport 9fbc083 from #830
Backport 990db5b from #825
Backport 354d20c from #771
Description of changes:
[Refactor] Metadata members from ImmutableOpenMap to j.u.Map was backported to 2.x
opensearch-project/OpenSearch#8241
cherry pick changes from #771
CheckList:
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.