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

Update performRequest return type to iterable #313

Merged
merged 1 commit into from
Feb 25, 2025

Conversation

kimpepper
Copy link
Collaborator

Description

This changes the return type of performRequest() to iterable for BC. It was only partially fixed in #308 as the client template wasn't changed, so the next API update will revert it.

Issues Resolved

Fixes #307

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

codecov bot commented Feb 25, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 23.87%. Comparing base (6e63822) to head (84e3613).
Report is 26 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main     #313      +/-   ##
============================================
+ Coverage     23.57%   23.87%   +0.29%     
- Complexity     3614     3623       +9     
============================================
  Files           534      538       +4     
  Lines         13797    13856      +59     
============================================
+ Hits           3253     3308      +55     
- Misses        10544    10548       +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dblock dblock merged commit 88235f6 into opensearch-project:main Feb 25, 2025
48 of 49 checks passed
@kimpepper kimpepper deleted the update-client-iterable branch February 25, 2025 04:17
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.

[BUG] Return type of Client::performRequest() is incorrect
2 participants