Skip to content

Commit 7bcaed0

Browse files
committed
rebase and improve error message
1 parent f7c49c1 commit 7bcaed0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/catalog/glue/src/catalog.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -755,7 +755,7 @@ impl Catalog for GlueCatalog {
755755
.with_retryable(true),
756756
_ => Error::new(
757757
ErrorKind::Unexpected,
758-
"Operation failed for hitting aws sdk error",
758+
format!("Operation failed for table: {table_ident} for hitting aws sdk error"),
759759
),
760760
}
761761
.with_source(anyhow!("aws sdk error: {:?}", error))

0 commit comments

Comments
 (0)