influxdb/test_helpers_end_to_end
Marco Neumann c4c83e0840
fix: query error propagation (#5801)
- treat OOM protection as "resource exhausted"
- use `DataFusionError` in more places instead of opaque `Box<dyn Error>`
- improve conversion from/into `DataFusionError` to preserve more
  semantics

Overall, this improves our error handling. DF can now return errors like
"resource exhausted" and gRPC should now automatically generate a
sensible status code for it.

Fixes #5799.
2022-10-06 08:54:01 +00:00
..
src fix: query error propagation (#5801) 2022-10-06 08:54:01 +00:00
Cargo.toml refactor: Change influxdb_iox client to use http rather than grpc for write (#5756) 2022-09-29 11:12:51 +00:00