[Backport 2.x] ImmutableOpenMap to j.u.Map#838
Merged
bowenlan-amzn merged 4 commits intoopensearch-project:2.xfrom Jul 2, 2023
Merged
[Backport 2.x] ImmutableOpenMap to j.u.Map#838bowenlan-amzn merged 4 commits intoopensearch-project:2.xfrom
bowenlan-amzn merged 4 commits intoopensearch-project:2.xfrom
Conversation
Signed-off-by: Hailong Cui <ihailong@amazon.com>
…ject#825) Signed-off-by: zhichao-aws <zhichaog@amazon.com>
Signed-off-by: Hailong Cui <ihailong@amazon.com>
Signed-off-by: Hailong Cui <ihailong@amazon.com>
Collaborator
Author
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
|
Collaborator
Author
|
docker security test failed due to docker image is not up to date. docker image for 2.9.0 is created at |
Collaborator
Author
|
@bowenlan-amzn can you help to review, as most this changes are from #771 |
gaobinlong
approved these changes
Jun 30, 2023
ronnaksaxena
pushed a commit
to ronnaksaxena/index-management
that referenced
this pull request
Jul 19, 2023
* Metadata members from ImmutableOpenMap to j.u.Map Signed-off-by: Hailong Cui <ihailong@amazon.com> * add field remoteStoreIndexShallowCopy in SM TestUtils (opensearch-project#825) Signed-off-by: zhichao-aws <zhichaog@amazon.com> * fix NPE for transform aggregations (opensearch-project#830) Signed-off-by: Hailong Cui <ihailong@amazon.com> * Fix detekt Signed-off-by: Hailong Cui <ihailong@amazon.com> --------- Signed-off-by: Hailong Cui <ihailong@amazon.com> Signed-off-by: zhichao-aws <zhichaog@amazon.com> Co-authored-by: zhichao-aws <zhichaog@amazon.com> Signed-off-by: Ronnak Saxena <ronsax@amazon.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.