This has been observed with the DNS type. Since the InfluxHistoryConnection includes fill(-1) in the query, empty values are instead represented by numerical types. This can cause incorrect parsing for fields that should be numerical, and crashes for those that shouldn't, like booleans.
In GitLab, by Daniel Oosterwijk on 2019-11-27
This has been observed with the DNS type. Since the InfluxHistoryConnection includes
fill(-1)
in the query, empty values are instead represented by numerical types. This can cause incorrect parsing for fields that should be numerical, and crashes for those that shouldn't, like booleans.