influxdb/services/storage
Sam Arnold 849221b709
fix: storage read service should not return a nil cursor (#17359) (#20941)
The storage read service would return a nil cursor if there was no data
and no shards to read from. This modifies it to return an empty cursor
instead.

(cherry picked from commit 2852bf0399)

Co-authored-by: Jonathan A. Sternberg <jonathan@influxdata.com>
2021-03-12 16:36:08 -05:00
..
context.go feat(flux): Optional query parameter to limit Flux query to single node 2018-11-21 15:51:52 -07:00
gen.go fix(storage): Fix go:generate line to refer to correct proto file 2018-11-12 14:12:09 -08:00
predicate_influxql.go fix(storage): Update predicate key mapping to match 2.x behavior 2019-04-05 12:14:20 -07:00
predicate_test.go Upgrade flux to the latest version and remove the platform dependency 2019-04-04 10:55:09 -05:00
series_cursor.go fix(services/storage): multi measurement queries return all applicable series (#19592) (#20934) 2021-03-12 16:34:14 -05:00
series_cursor_test.go Upgrade flux to the latest version and remove the platform dependency 2019-04-04 10:55:09 -05:00
source.pb.go chore: run goimports -w ./ 2021-01-29 11:40:02 -05:00
source.proto Use platform for most of the read service code 2018-10-10 11:20:25 -06:00
store.go fix: storage read service should not return a nil cursor (#17359) (#20941) 2021-03-12 16:36:08 -05:00