influxdb/predicate/src
Andrew Lamb 9588b43a90
fix: Make errors in rewriting return `Error` rather than a `panic` (#3767)
* test: add test for predicate errors

* fix: Return errors properly rather than panic

* fix: handle errors in influxrpc planner

* fix: appease clippy

* fix: tests

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-02-17 15:39:14 +00:00
..
delete_expr.rs chore: upgrade to snafu 0.7 (#3440) 2022-01-11 19:22:36 +00:00
delete_predicate.rs refactor: Remove predicate module from predicate crate (#3648) 2022-02-07 14:54:07 +00:00
ingester.rs feat: Turn protobuf predicates into predicate::Predicate (#3707) 2022-02-14 17:56:56 +00:00
lib.rs feat: Turn protobuf predicates into predicate::Predicate (#3707) 2022-02-14 17:56:56 +00:00
regex.rs fix(InfluxQL): Support RegEx with escape sequences not supported by Rust regex (#3502) 2022-01-21 14:40:10 +00:00
rewrite.rs chore: update datafusion, stop repartitioning so aggressively (#3633) 2022-02-09 19:53:41 +00:00
rpc_predicate.rs fix: Make errors in rewriting return `Error` rather than a `panic` (#3767) 2022-02-17 15:39:14 +00:00