We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36be792 commit e659314Copy full SHA for e659314
scylla/src/errors.rs
@@ -209,6 +209,10 @@ pub enum SchemaAgreementError {
209
RequestError(#[from] RequestAttemptError),
210
211
/// Failed to convert schema version query result into rows result.
212
+ ///
213
+ /// This variant should be named `SchemaVersionIntoRowsResultError`, current name
214
+ /// is a copy-paste error. It will be renamed in 2.0
215
+ //TODO(2.0): Rename to `SchemaVersionIntoRowsResultError`
216
#[error("Failed to convert schema version query result into rows result: {0}")]
217
TracesEventsIntoRowsResultError(IntoRowsResultError),
218
0 commit comments