Skip to content

Commit 9712c87

Browse files
committed
fix: mapping Number types to POJO query output
1 parent 3c4198c commit 9712c87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client-core/src/test/java/com/influxdb/query/internal/FluxResultMapperTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,6 @@ public static class NumberFields {
206206
@Column
207207
private Double fieldDouble;
208208
@Column
209-
private Double fieldInt;
209+
private Integer fieldInt;
210210
}
211211
}

0 commit comments

Comments
 (0)