Skip to content

Commit 0a1cc21

Browse files
committed
Fix
1 parent f776a3e commit 0a1cc21

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

crates/etl/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1791,7 +1791,6 @@ async fn run_pipeline(
17911791
}
17921792
};
17931793

1794-
let source_rows: usize = source_batches.iter().map(|b| b.num_rows()).sum();
17951794
if source_batches.is_empty() {
17961795
debug!(
17971796
table = %table_name,

0 commit comments

Comments
 (0)