Skip to content
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

Merged
merged 1 commit into from
May 30, 2024

Conversation

shiv0408
Copy link
Member

@shiv0408 shiv0408 commented May 29, 2024

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

  • New functionality includes testing.
    • All tests pass
  • New functionality has been documented.
    • New functionality has javadoc added
  • API changes companion pull request created.
  • Failing checks are inspected and point to the corresponding known issue(s) (See: Troubleshooting Failing Builds)
  • Commits are signed per the DCO using --signoff
  • Commit changes are listed out in CHANGELOG.md file (See: Changelog)
  • Public documentation issue/PR created

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.

Copy link
Contributor

❌ 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 <hishiv@amazon.com>
Copy link
Contributor

✅ Gradle check result for 8aa6a83: SUCCESS

Copy link

codecov bot commented May 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 71.65%. Comparing base (b15cb0c) to head (8aa6a83).
Report is 316 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

@shwetathareja shwetathareja merged commit 2e49743 into opensearch-project:main May 30, 2024
30 of 33 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants