thanos-io / promql-engine

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

Fix unmarshal for strings #437

Closed fpetkovski closed 6 months ago

fpetkovski commented 6 months ago

Fixes unmarshaling of string literals from the plan and adds a test to cover regressions.