Skip to content

Commit 70bc487

Browse files
committed
fix(datafusion): resolve conflicts
1 parent d76b102 commit 70bc487

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/iceberg/src/scan/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ impl TableScan {
457457
arrow_reader_builder = arrow_reader_builder.with_batch_size(batch_size);
458458
}
459459

460-
arrow_reader_builder.build().read(tasks)
460+
arrow_reader_builder.build().read(tasks).map(|r| r.stream())
461461
}
462462

463463
/// Returns a reference to the column names of the table scan.

0 commit comments

Comments
 (0)