-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Remove conflicting static method from Metadata.Custom interface #13869
Conversation
❌ Gradle check result for 9812e76: 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: Shivansh Arora <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #13869 +/- ##
============================================
+ Coverage 71.42% 71.65% +0.22%
- Complexity 59978 61276 +1298
============================================
Files 4985 5064 +79
Lines 282275 288087 +5812
Branches 40946 41715 +769
============================================
+ Hits 201603 206416 +4813
- Misses 63999 64593 +594
- Partials 16673 17078 +405 ☔ View full report in Codecov by Sentry. |
2e49743
into
opensearch-project:main
…search-project#13869) Signed-off-by: Shivansh Arora <[email protected]>
…search-project#13869) Signed-off-by: Shivansh Arora <[email protected]>
Description
Removing the conflicting fromXContent method from Metadata.Custom which is also getting initialized in it's implementations, which was not getting used anywhere.
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.