Commit Graph

2 Commits (db/update-protos)

Author SHA1 Message Date
davidby-influx c2b3e38a38
fix: Store.validateArgs wrongfully overwriting start, end unix time (#25146)
When querying data before 1970-01-01 (UNIX time 0) 
validateArgs would set start to -in64 max and end to int64 max.

closes https://github.com/influxdata/influxdb/issues/24669

Co-authored-by: Paul Hegenberg <paul.hegenberg@gmail.com>
2024-07-12 14:11:18 -07:00
William Baker ec7841b355
feat: support for flux cardinality query (#22441)
* feat: works with custom iterator

* feat: works with existing iterators

* chore: cleanup

* test: consistent assertions for tests

* fix: better log message if trying to filter on the value of a field key

* fix: comment for handling boolean literal; handle false boolean as well

* fix: make time range checking inclusive
2021-09-13 13:20:56 -06:00