thanos-io / promql-engine

Multi-threaded PromQL engine implementation based on the Volcano paper.
Apache License 2.0
141 stars 54 forks source link

Plan: add handling for NaN to codec #460

Closed MichaHoffmann closed 3 months ago

MichaHoffmann commented 3 months ago

It is valid promql, but not sure if there are many valid queries that would use a NaN literal. we should handle it correctly anyway.