The GitHub Actions job "CI" on kvrocks.git/twa_agg has failed.
Run started by GitHub user var-nan (triggered by PragmaTwice).

Head commit for run:
fc7b6226e1c7f125e72061be4b722d2a89b3148c / var-nan 
<[email protected]>
feat(ts): add the support of TWA aggregator to Range and MRange

rangeCommon() in redis_timeseries.cc will add two samples, 'prev_sample' and 
'next_sample'
to the 'res' vector when the aggregator is twa. These two samples are used to 
compute the
area of the polygons that are at the front of the first bucket and at the end 
of last bucket.

prev_sample is the biggest sample in the data with timestamp less than or equal 
to first sample
of filtered range and next_sample is the smallest sample in the data with 
timestamp greater than
or equal to the last sample of filtered range.

TODO: test TWA with FILTER_BY_TS/FILTER_BY_VALUE option.

Report URL: https://github.com/apache/kvrocks/actions/runs/19384881353

With regards,
GitHub Actions via GitBox

Reply via email to