b1c695d5a2
* chore: update expected output for `COUNT` aggregates with `FILL(null)` See #8232 * fix(influxql): fill count aggregates with 0 by default When gap-filling a COUNT aggregate any missing rows should be filled with 0, unless otherwise directed by a FILL clause. To do this the projection on the aggregate plan is modiefied to coalesce any COUNT fields with 0 unless a FILL value has been specified in the query. * chore: add more tests * chore: add explanation of COUNT gap filling with multiple measurements * fix: update test introduced with merge --------- Co-authored-by: Stuart Carnie <stuart.carnie@gmail.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |