influxdata / influxdb-client-java

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

Long type becomes String type after writing #632

Closed dskxvos closed 10 months ago

dskxvos commented 11 months ago
POJO

@Column(tag = true) private Long carId;

but image

powersj commented 10 months ago

You have set the tag=true on that column. And tags are strings.