[Backport 2.x] Add getMetadataFields to MapperService (#13819)#13822
[Backport 2.x] Add getMetadataFields to MapperService (#13819)#13822reta merged 3 commits intoopensearch-project:2.xfrom
Conversation
* Add getMetadataFields to MapperService Signed-off-by: Craig Perkins <cwperx@amazon.com> * Add to CHANGELOG Signed-off-by: Craig Perkins <cwperx@amazon.com> * Unmodifiable Set Signed-off-by: Craig Perkins <cwperx@amazon.com> --------- Signed-off-by: Craig Perkins <cwperx@amazon.com> (cherry picked from commit 8883e62)
|
❌ Gradle check result for 3934932: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Signed-off-by: Craig Perkins <cwperx@amazon.com>
|
❌ Gradle check result for 88e9b8c: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
|
❌ Gradle check result for 88e9b8c: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
|
❕ Gradle check result for 88e9b8c: 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. |
|
@cwperks could you please rebase against latest |
Done |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 2.x #13822 +/- ##
============================================
+ Coverage 71.28% 71.33% +0.04%
- Complexity 60145 61310 +1165
============================================
Files 4957 5038 +81
Lines 282799 288392 +5593
Branches 41409 42134 +725
============================================
+ Hits 201591 205712 +4121
- Misses 64189 65319 +1130
- Partials 17019 17361 +342 ☔ View full report in Codecov by Sentry. |
…ject#13819) (opensearch-project#13822) * Add getMetadataFields to MapperService (opensearch-project#13819) * Add getMetadataFields to MapperService Signed-off-by: Craig Perkins <cwperx@amazon.com> * Add to CHANGELOG Signed-off-by: Craig Perkins <cwperx@amazon.com> * Unmodifiable Set Signed-off-by: Craig Perkins <cwperx@amazon.com> --------- Signed-off-by: Craig Perkins <cwperx@amazon.com> (cherry picked from commit 8883e62) * Pass indexVersionCreated Signed-off-by: Craig Perkins <cwperx@amazon.com> --------- Signed-off-by: Craig Perkins <cwperx@amazon.com> Signed-off-by: kkewwei <kkewwei@163.com>
Backport #13819 to 2.x