generated from grafana/grafana-starter-datasource-backend
-
Notifications
You must be signed in to change notification settings - Fork 86
Open
Labels
Description
What happened:
When querying dataset containing column of Float64/32 type nested in a Tuple, the query fails in case the value is NaN/Inf with the error:
json: unsupported value: NaN: Could not process SQL results
json: unsupported value: +Inf: Could not process SQL results
How to reproduce it:
Reproducible query within the datasource:
SELECT tuple(NaN)
SELECT tuple(Inf)
SELECT tuple(-Inf)
It works as expected when not in a tuple:
SELECT NaN, Inf, -Inf
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Incoming