You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to send such a prepared model to influxdb, I get an error: HTTP status code: 422; Message: failure writing points to database: partial write: field type conflict: input field "value" on measurement "temperature" is type string, already exists as type float dropped=1.
Previously I had an InfluxDbTemperaturePoint object without wildcard and it worked fine - it saved double
Expected behavior:
It should save the value 30.0 as float/dobule.
Actual behavior:
It tries to save the value 30.0 as a string.
Specifications:
Client Version: 6.9.0
InfluxDB Version: v2.7.1
JDK Version: Java(TM) SE Runtime Environment (build 19.0.2+7-44)
Platform: Windows
The text was updated successfully, but these errors were encountered:
kalwinskidawid
changed the title
Wrong column type when use wildcard in Measurement
Wrong column type when use wildcard with @Measurement
Jul 25, 2023
Steps to reproduce:
When I try to send such a prepared model to influxdb, I get an error:
HTTP status code: 422; Message: failure writing points to database: partial write: field type conflict: input field "value" on measurement "temperature" is type string, already exists as type float dropped=1
.Previously I had an
InfluxDbTemperaturePoint
object without wildcard and it worked fine - it saved doubleExpected behavior:
It should save the value 30.0 as float/dobule.
Actual behavior:
It tries to save the value 30.0 as a string.
Specifications:
The text was updated successfully, but these errors were encountered: