You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Trying out Grafana and I get error when trying the queries with the grafana firebase plugin.
Figured out that it only happens when a number field in the first document in the collection contains an integer but any other document contains decimals.
internal server error
(Trace ID: 1a0337d32504d4ba2a14299ab0a6492d)
To Reproduce
Steps to reproduce the behavior:
Go to firestore and create a new test_collection
Add a document with a number field and set an integer value
Add a document with a number field and set a value with a decimal (float/double)
select * from test_collection
Expected behavior
Should reevaluate its choice of type from int to float or double. Or add type specifier to the syntax ("select temp: float from temperatures")
Screenshots
If applicable, add screenshots to help explain your problem.
The text was updated successfully, but these errors were encountered:
Describe the bug
Trying out Grafana and I get error when trying the queries with the grafana firebase plugin.
Figured out that it only happens when a number field in the first document in the collection contains an integer but any other document contains decimals.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Should reevaluate its choice of type from int to float or double. Or add type specifier to the syntax ("select temp: float from temperatures")
Screenshots
If applicable, add screenshots to help explain your problem.
The text was updated successfully, but these errors were encountered: