influxdb/query/src
Andrew Lamb 77b80e7618
fix(InfluxQL): treat null tags as `''` rather than `null` in storagerpc queries (#3557)
* fix(InfluxQL): treat null tags as `''` rather than `null` in storage rpc queries

* test: add one more case

* fix: Update comment

Co-authored-by: Raphael Taylor-Davies <1781103+tustvold@users.noreply.github.com>

Co-authored-by: Raphael Taylor-Davies <1781103+tustvold@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-02-03 12:14:43 +00:00
..
exec chore: Update datafusion (#3613) 2022-02-02 16:27:11 +00:00
frontend fix(InfluxQL): treat null tags as `''` rather than `null` in storagerpc queries (#3557) 2022-02-03 12:14:43 +00:00
func chore: Update datafusion (and get fix for influxql test failure) (#3484) 2022-01-20 14:01:47 +00:00
plan refactor: remove table_names from Predicate (#3545) 2022-01-27 14:44:49 +00:00
provider chore: Update datafusion, upgrade to arrow/parqet/arrow-flight 8.0.0 (#3517) 2022-01-27 13:33:27 +00:00
exec.rs fix: Reuse the same DataFusion DiskManager and MemoryManager (Do not recreate temp files) (#3515) 2022-01-27 15:04:06 +00:00
frontend.rs chore: Update datafusion deps (#3471) 2022-01-17 15:26:19 +00:00
func.rs refactor: move `predicate` into its own crate 2021-09-14 17:13:02 +02:00
group_by.rs chore: upgrade to snafu 0.7 (#3440) 2022-01-11 19:22:36 +00:00
lib.rs feat: Simplify predicates in the `InfluxRpcFrontend` before using them (#3588) 2022-02-02 19:46:57 +00:00
plan.rs refactor: move SeriesSetPlans into its own module (#878) 2021-02-25 23:12:39 +00:00
provider.rs feat: combine non-overlapping chunks without deletes 2022-02-02 16:40:30 +00:00
pruning.rs fix(InfluxQL): treat null tags as `''` rather than `null` in storagerpc queries (#3557) 2022-02-03 12:14:43 +00:00
statistics.rs feat: columnar predicate pruning across `Chunks` (#3553) 2022-01-27 17:02:46 +00:00
test.rs fix(InfluxQL): treat null tags as `''` rather than `null` in storagerpc queries (#3557) 2022-02-03 12:14:43 +00:00
util.rs chore: Update datafusion (#3586) 2022-01-31 18:15:28 +00:00