influxdata / influxdb-client-java

InfluxDB 2 JVM Based Clients
https://influxdata.github.io/influxdb-client-java/
MIT License
424 stars 129 forks source link

fix: Issue/684 #704

Closed karel-rehor closed 3 months ago

karel-rehor commented 3 months ago

Closes #684

Proposed Changes

Fixes logic in check of marker for end of table in CSV stream. InfluxQLQueryApiImpl:129

Checklist

codecov-commenter commented 3 months ago

Codecov Report

Attention: Patch coverage is 0% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 88.33%. Comparing base (08a530d) to head (7092ea4).

Files Patch % Lines
...influxdb/client/internal/InfluxQLQueryApiImpl.java 0.00% 0 Missing and 1 partial :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #704 +/- ## ========================================= Coverage 88.33% 88.33% + Complexity 779 777 -2 ========================================= Files 173 173 Lines 7078 7078 Branches 389 389 ========================================= Hits 6252 6252 Misses 699 699 Partials 127 127 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.