b1caafe82f
The following functions require ordered input but were not guaranteed to received ordered input: * `distinct()` * `sample()` * `holt_winters()` * `holt_winters_with_fit()` * `derivative()` * `non_negative_derivative()` * `difference()` * `moving_average()` * `elapsed()` * `cumulative_sum()` * `top()` * `bottom()` These function calls have now been modified to request that their input be ordered by the query engine. This will prevent the improper output that could have been caused by multiple series being merged together or multiple shards being merged together potentially incorrectly when no time grouping was specified. Two additional functions were already correct to begin with (so there are no bugs with these two, but I'm including their names for completeness). * `median()` * `percentile()` |
||
---|---|---|
.. | ||
influx | ||
influx_inspect | ||
influx_stress | ||
influx_tsm | ||
influxd | ||
parse.go |