We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aca963b commit 601c1fcCopy full SHA for 601c1fc
1 file changed
src/meta/app/src/app_error.rs
@@ -1237,7 +1237,10 @@ impl AppErrorMessage for DuplicatedUpsertFiles {}
1237
1238
impl AppErrorMessage for CommitTableMetaError {
1239
fn message(&self) -> String {
1240
- format!("Commit table '{}' fail", self.table_name)
+ format!(
1241
+ "Create table '{}' failed, possibly because a table with the same name already exists",
1242
+ self.table_name
1243
+ )
1244
}
1245
1246
0 commit comments