Skip to content

Commit 78aa0af

Browse files
committed
clippy
1 parent 2c5326e commit 78aa0af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • datafusion_iceberg/src/table

datafusion_iceberg/src/table/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -996,7 +996,7 @@ impl DataSink for IcebergDataSink {
996996
let count = metadata_files
997997
.iter()
998998
.map(|x| x.record_count())
999-
.fold(0, |acc, x| acc + x);
999+
.sum::<i64>();
10001000

10011001
table
10021002
.new_transaction(self.0.branch.as_deref())

0 commit comments

Comments
 (0)