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 9392920 commit 8fc98a8Copy full SHA for 8fc98a8
iceberg-rust/src/table/transaction/operation.rs
@@ -110,7 +110,11 @@ pub enum Operation {
110
}
111
112
impl Operation {
113
- #[instrument(name = "iceberg_rust::table::transaction::operation::execute", level = "debug", skip(object_store))]
+ #[instrument(
114
+ name = "iceberg_rust::table::transaction::operation::execute",
115
+ level = "debug",
116
+ skip(object_store)
117
+ )]
118
pub async fn execute(
119
self,
120
table_metadata: &TableMetadata,
0 commit comments