influxdb/mutable_batch_pb/src
Dom Dwyer 72a358e52f refactor(dml): PartitionKey required for writes
Changes the DmlWrite type to require a PartitionKey be specified,
instead of accepting an Option.

This requirement was already in place - the write buffer upheld an
invariant that all writes contained a partition key value (was not
"None") or it panicked at runtime when attempting to enqueue the write.

It is now possible to encode this invariant in the type system, which is
what this change does.
2022-10-28 10:57:30 +02:00
..
decode.rs fix: Tell which column failed typecheck (#5220) 2022-07-27 08:16:15 +00:00
encode.rs refactor(dml): PartitionKey required for writes 2022-10-28 10:57:30 +02:00
lib.rs style: add no todo!() or dbg!() lints 2022-09-29 13:10:07 +02:00