diff --git a/crates/iceberg/src/scan/mod.rs b/crates/iceberg/src/scan/mod.rs index c1cedd58e0..e32ed1290e 100644 --- a/crates/iceberg/src/scan/mod.rs +++ b/crates/iceberg/src/scan/mod.rs @@ -429,8 +429,7 @@ impl TableScan { .send(Err(error)) .await; } - }) - .await; + }); } // Process the data file [`ManifestEntry`] stream in parallel