influxdata/influxdb-client-java

Long type becomes String type after writing

dskxvos opened this issue · 1 comments

POJO

@column(tag = true)
private Long carId;

but
image

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