We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7793680 commit 7b2e311Copy full SHA for 7b2e311
1 file changed
crates/iceberg/src/error.rs
@@ -80,7 +80,6 @@ impl From<ErrorKind> for &'static str {
80
ErrorKind::NamespaceAlreadyExists => "NamespaceAlreadyExists",
81
ErrorKind::NamespaceNotFound => "NamespaceNotFound",
82
ErrorKind::PreconditionFailed => "PreconditionFailed",
83
- ErrorKind::InvalidArgument => "InvalidArgument",
84
}
85
86
0 commit comments