Skip to content

Commit c8a880b

Browse files
committed
Append operation summary
1 parent 59109b7 commit c8a880b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iceberg-rust/src/table/transaction/append.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,4 +210,4 @@ pub(crate) fn append_summary(files: &[DataFile]) -> Option<HashMap<String, Strin
210210
("added-records".into(), added_records.to_string()),
211211
("added-data-files".into(), added_data_files.to_string()),
212212
]))
213-
}
213+
}

0 commit comments

Comments
 (0)