Skip to content

Commit 9bacbee

Browse files
committed
chore: remove unused var
1 parent bd65403 commit 9bacbee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/iceberg/src/arrow/delete_file_manager.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,6 @@ impl CachingDeleteFileManager {
362362

363363
while let Some(batch) = stream.next().await {
364364
let batch = batch?;
365-
let schema = batch.schema();
366365
let columns = batch.columns();
367366

368367
let Some(file_paths) = columns[0].as_any().downcast_ref::<StringArray>() else {

0 commit comments

Comments
 (0)