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

refactor: simplify iterating over Arrow's batches #437

Merged
merged 2 commits into from
Oct 14, 2024
Merged

Conversation

bednar
Copy link
Member

@bednar bednar commented Oct 9, 2024

Proposed Changes

This PR simplifies how we iterate over responses from InfluxDB in the QueryAPI.

Checklist

  • CHANGELOG.md updated
  • Rebased/mergeable
  • Tests pass
  • Commit messages are conventional
  • Sign CLA (if not already signed)

@bednar bednar marked this pull request as ready for review October 9, 2024 11:50
Copy link

codecov bot commented Oct 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.70%. Comparing base (0d9534d) to head (d3f8ec1).
Report is 5 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #437      +/-   ##
==========================================
+ Coverage   97.59%   97.70%   +0.10%     
==========================================
  Files          23       23              
  Lines         916      914       -2     
  Branches      219      218       -1     
==========================================
- Hits          894      893       -1     
  Misses         10       10              
+ Partials       12       11       -1     

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

Copy link
Contributor

@karel-rehor karel-rehor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tests pass locally. Changes make sense. OK.

@bednar bednar merged commit d2b1d0f into main Oct 14, 2024
15 checks passed
@bednar bednar deleted the simplify-query-api branch October 14, 2024 13:51
@bednar bednar added this to the 0.12.0 milestone Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants