ac26ceef91
- Create data_types::partition_template::ValidationError - Make creation of NamespacePartitionTemplateOverride and TablePartitionTemplateOverride fallible - Move SerializationWrapper into a module to make its inner field private to force creation through one fallible constructor; this is where the validation logic will go to be shared among all uses of partition templates |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |
README.md
Ingester Test Context
This crate contains re-usable types that allow running integration tests
(ingester/test
) and benchmarks (ingester/benches
) against a complete
in-process Ingester instance, with helper methods and changeable configurations.