-
Notifications
You must be signed in to change notification settings - Fork 2k
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] Add getMetadataFields to MapperService (#13819) #13822
Conversation
* Add getMetadataFields to MapperService Signed-off-by: Craig Perkins <[email protected]> * Add to CHANGELOG Signed-off-by: Craig Perkins <[email protected]> * Unmodifiable Set Signed-off-by: Craig Perkins <[email protected]> --------- Signed-off-by: Craig Perkins <[email protected]> (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 <[email protected]>
❌ 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 <[email protected]> * Add to CHANGELOG Signed-off-by: Craig Perkins <[email protected]> * Unmodifiable Set Signed-off-by: Craig Perkins <[email protected]> --------- Signed-off-by: Craig Perkins <[email protected]> (cherry picked from commit 8883e62) * Pass indexVersionCreated Signed-off-by: Craig Perkins <[email protected]> --------- Signed-off-by: Craig Perkins <[email protected]> Signed-off-by: kkewwei <[email protected]>
Backport #13819 to 2.x