influxdb/storage
Markus Westerlind 69a95dc2d6
fix: Update the condition when reseting cursor ()
Filters that contain `or` may change between cursor resets so we must remember to update the condition in the read cursor.

```flux
|> filter(fn: (r) => ((r["_field"] == "field1" and r["_value"]==true) or (r["_field"] == "field2" and r["_value"] == false)))
```

Closes https://github.com/influxdata/flux/issues/4804
2022-07-08 18:50:42 +01:00
..
flux build: upgrade to Go 1.18.1 () 2022-04-13 15:24:27 -05:00
mocks
reads fix: Update the condition when reseting cursor () 2022-07-08 18:50:42 +01:00
readservice
bucket_service.go
bucket_service_test.go
config.go
engine.go
points_writer.go
retention.go