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

feat: add queryRows function #209

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Conversation

NguyenHoangSon96
Copy link
Contributor

@NguyenHoangSon96 NguyenHoangSon96 commented Dec 20, 2024

Closes #

Proposed Changes

Add queryRows, which return row as a Map

Checklist

  • CHANGELOG.md updated
  • Rebased/mergeable
  • A test has been added if appropriate
  • Tests pass
  • Commit messages are conventional
  • Sign CLA (if not already signed)

@NguyenHoangSon96 NguyenHoangSon96 self-assigned this Dec 20, 2024
@NguyenHoangSon96 NguyenHoangSon96 linked an issue Dec 20, 2024 that may be closed by this pull request
Copy link

codecov bot commented Dec 20, 2024

Codecov Report

Attention: Patch coverage is 87.50000% with 2 lines in your changes missing coverage. Please review.

Project coverage is 89.68%. Comparing base (8d6d3e8) to head (52bb250).

Files with missing lines Patch % Lines
...nfluxdb/v3/client/internal/InfluxDBClientImpl.java 75.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #209      +/-   ##
==========================================
- Coverage   89.71%   89.68%   -0.04%     
==========================================
  Files          18       18              
  Lines         963      979      +16     
  Branches      150      151       +1     
==========================================
+ Hits          864      878      +14     
- Misses         39       41       +2     
  Partials       60       60              

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

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.

Add query method returning enumerator over rows
1 participant