69a95dc2d6
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 |
||
---|---|---|
.. | ||
flux | ||
mocks | ||
reads | ||
readservice | ||
bucket_service.go | ||
bucket_service_test.go | ||
config.go | ||
engine.go | ||
points_writer.go | ||
retention.go |