fix: mapping Number types to POJO query output#414
Merged
Conversation
bednar
added a commit
to influxdata/influxdb-client-csharp
that referenced
this pull request
Sep 8, 2022
michaelahojna
suggested changes
Sep 15, 2022
Contributor
michaelahojna
left a comment
There was a problem hiding this comment.
@bednar thanks for your PR, please add also mapping for short and float types.
240924b to
9712c87
Compare
Codecov ReportBase: 88.22% // Head: 88.32% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #414 +/- ##
============================================
+ Coverage 88.22% 88.32% +0.10%
+ Complexity 777 775 -2
============================================
Files 172 172
Lines 6987 6987
Branches 375 375
============================================
+ Hits 6164 6171 +7
+ Misses 712 703 -9
- Partials 111 113 +2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
d2eb05e to
63ac968
Compare
michaelahojna
approved these changes
Sep 16, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #410
Proposed Changes
Fixed mapping aggregated results (changed type) from InfluxDB.
Checklist
mvn testcompletes successfully