influxdb/mutable_batch_tests
Paul Dix 16d584b2ff
feat: Add db_name/namespace to DmlWrite and DmlDelete (#3531)
* feat: Add db_name/namespace to DmlWrite and DmlDelete

This is required for the new ingester to be able to work with the write buffer. The protobuf that gets serialized over Kafka already includes the database name, it just wasn't getting carried through to the marshaled Dml operation.

* fix: database != namespace, propagation through write buffer

Co-authored-by: Marco Neumann <marco@crepererum.net>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-01-27 14:12:20 +00:00
..
benches feat: Add db_name/namespace to DmlWrite and DmlDelete (#3531) 2022-01-27 14:12:20 +00:00
src fix: Remove redundant closures identified by clippy 2021-12-02 11:52:02 -05:00
Cargo.toml chore: update datafusion, arrow, prost, tonic, pbjson, etc (#3455) 2022-01-13 17:07:15 +00:00