chore: Apply suggestions from code review
Co-authored-by: Carol (Nichols || Goulding) <193874+carols10cents@users.noreply.github.com>pull/24376/head
parent
144778430e
commit
12e935af26
|
@ -16,7 +16,7 @@ pub enum Error {
|
||||||
TimeAsTag(),
|
TimeAsTag(),
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Partition template: a string of columns or time ofrmat each separated by a comma
|
/// Partition template: a string of columns or time format each separated by a comma
|
||||||
/// example: "col1,col2,%Y"
|
/// example: "col1,col2,%Y"
|
||||||
#[derive(Debug, clap::Parser, Default, Clone)]
|
#[derive(Debug, clap::Parser, Default, Clone)]
|
||||||
pub struct PartitionTemplateConfig {
|
pub struct PartitionTemplateConfig {
|
||||||
|
|
Loading…
Reference in New Issue