influxdb/tsdb/cursors
Jonathan A. Sternberg 7766672797
fix(storage): cursor requests are [start, stop] instead of [start, stop) (#21318)
The cursors were previously [start, stop) to be consistent with how flux
requests data, but the underlying storage file store was [start, stop]
because that's how influxql read data. This reverts back the cursor
behavior so that it is now [start, stop] everywhere and the conversion
from [start, stop) to [start, stop] is performed when doing the cursor
request to get the next cursor.

Co-authored-by: Sam Arnold <sarnold@influxdata.com>
2021-04-30 12:15:06 -04:00
..
mock chore: Add unit test to replicate issue #20035 2020-11-17 12:06:33 -05:00
arrayvalues.gen.go chore: move v2/v1/tsdb → v2/tsdb 2020-08-26 10:46:47 -07:00
arrayvalues.gen.go.tmpl build: fix 'go generate' and regenerate the universe (#21089) 2021-03-30 10:32:14 -04:00
arrayvalues.gen.go.tmpldata build: fix 'go generate' and regenerate the universe (#21089) 2021-03-30 10:32:14 -04:00
arrayvalues.gen_test.go chore: move v2/v1/tsdb → v2/tsdb 2020-08-26 10:46:47 -07:00
arrayvalues.go chore: move v2/v1/tsdb → v2/tsdb 2020-08-26 10:46:47 -07:00
arrayvalues_test.go chore: move v2/v1/tsdb → v2/tsdb 2020-08-26 10:46:47 -07:00
cursor.go fix(storage): cursor requests are [start, stop] instead of [start, stop) (#21318) 2021-04-30 12:15:06 -04:00
fieldtype_string.go chore: move v2/v1/tsdb → v2/tsdb 2020-08-26 10:46:47 -07:00
gen.go chore: move v2/v1/tsdb → v2/tsdb 2020-08-26 10:46:47 -07:00
schema.go chore: move v2/v1/tsdb → v2/tsdb 2020-08-26 10:46:47 -07:00
schema_test.go chore: move v2/v1/tsdb → v2/tsdb 2020-08-26 10:46:47 -07:00
string.go chore: move v2/v1/tsdb → v2/tsdb 2020-08-26 10:46:47 -07:00