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: Unify type of max field in example #200

Merged
merged 3 commits into from Sep 30, 2020

Conversation

oskarwojciski
Copy link
Contributor

@oskarwojciski oskarwojciski commented Sep 24, 2020

avoid
field type conflict: input field "max" on measurement "stat" is type float, already exists as type integer dropped=1
error

Proposed Changes

Update example in README.md

Checklist

  • CHANGELOG.md updated
  • Rebased/mergeable
  • Sign CLA (if not already signed)

@oskarwojciski oskarwojciski changed the title Unify type of max field in example feat: Unify type of max field in example Sep 24, 2020
@codecov-commenter
Copy link

codecov-commenter commented Sep 24, 2020

Codecov Report

Merging #200 into master will decrease coverage by 0.63%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #200      +/-   ##
==========================================
- Coverage   89.04%   88.40%   -0.64%     
==========================================
  Files          27       27              
  Lines        1917     1553     -364     
==========================================
- Hits         1707     1373     -334     
+ Misses        152      122      -30     
  Partials       58       58              
Impacted Files Coverage Δ
api/writeAPIBlocking.go 73.33% <0.00%> (-6.67%) ⬇️
options.go 91.11% <0.00%> (-3.41%) ⬇️
api/http/service.go 78.87% <0.00%> (-2.61%) ⬇️
api/write/options.go 93.33% <0.00%> (-2.59%) ⬇️
api/users.go 79.66% <0.00%> (-2.43%) ⬇️
internal/write/service.go 82.14% <0.00%> (-2.14%) ⬇️
api/delete.go 88.57% <0.00%> (-2.13%) ⬇️
client.go 85.98% <0.00%> (-1.62%) ⬇️
api/query/table.go 93.18% <0.00%> (-1.56%) ⬇️
api/query.go 86.84% <0.00%> (-1.37%) ⬇️
... and 17 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 324827c...3fa35c4. Read the comment docs.

@vlastahajek
Copy link
Contributor

@oskarwojciski, thanks for PR! Please, fix the first commit message to have the semantic format.

avoid `field type conflict: input field "max" on measurement "stat" is type float, already exists as type integer dropped=1` error
@vlastahajek vlastahajek merged commit 771b3f2 into influxdata:master Sep 30, 2020
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.

None yet

3 participants