mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-14 09:12:57 +00:00
chore: fix SequenceNotMonotonic error message (#664)
* chore: fix SequenceNotMonotonic error message previous sequence should greater than or equal to given sequence * Apply suggestions from code review Co-authored-by: Ruihang Xia <waynestxia@gmail.com>
This commit is contained in:
@@ -218,7 +218,7 @@ pub enum Error {
|
||||
},
|
||||
|
||||
#[snafu(display(
|
||||
"Sequence of region should increase monotonically ({} > {})",
|
||||
"Sequence of region should increase monotonically (should be {} < {})",
|
||||
prev,
|
||||
given
|
||||
))]
|
||||
|
||||
Reference in New Issue
Block a user