We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd65403 commit 9bacbeeCopy full SHA for 9bacbee
crates/iceberg/src/arrow/delete_file_manager.rs
@@ -362,7 +362,6 @@ impl CachingDeleteFileManager {
362
363
while let Some(batch) = stream.next().await {
364
let batch = batch?;
365
- let schema = batch.schema();
366
let columns = batch.columns();
367
368
let Some(file_paths) = columns[0].as_any().downcast_ref::<StringArray>() else {
0 commit comments