Skip to content

Commit 37b1513

Browse files
committed
Fix test after merging in main.
1 parent 72befec commit 37b1513

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

crates/iceberg/src/arrow/caching_delete_file_loader.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -881,6 +881,9 @@ mod tests {
881881
project_field_ids: vec![2, 3],
882882
predicate: None,
883883
deletes: vec![pos_del, eq_del],
884+
partition: None,
885+
partition_spec: None,
886+
name_mapping: None,
884887
};
885888

886889
// Load the deletes - should handle both types without error

0 commit comments

Comments
 (0)