influxdb/query/stdlib/testing
Jonathan A. Sternberg 9194d89bbc
feat(query/stdlib): prevent a filter push down if the filter needs to keep empty tables (#16295)
The storage engine isn't capable of sending back empty tables when a
series is empty. Because of this, we disable the push down and let flux
do the filtering in the case where there is a filter and it is specified
to keep the empty tables.
2020-01-06 12:23:31 -06:00
..
end_to_end_test.go chore(http): refactor bucket|dashboard|label|umr|var http clients to use reusable HTTP client 2019-12-09 09:44:41 -08:00
testing.go feat(query/stdlib): prevent a filter push down if the filter needs to keep empty tables (#16295) 2020-01-06 12:23:31 -06:00