Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
chenzl25 committed Sep 2, 2024
1 parent 2c40ed1 commit a0516c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/connector/src/sink/iceberg/storage_catalog.rs
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ impl Catalog for StorageCatalog {
self.file_io.is_exist(&metadata_path).await.map_err(|err| {
Error::new(
ErrorKind::Unexpected,
format!("Failed to check if table exists: {}", err),
format!("Failed to check if table exists: {}", err.as_report()),
)
})
}
Expand Down

0 comments on commit a0516c2

Please sign in to comment.