Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
We have the `BatchIterator` trait in DataFusion and the `RecordBatchReader` trait in the main arrow crate.
They differ in that `BatchIterator` is Send + Sync. They should both be in the Arrow crate and be named `BatchIterator` and `SendableBatchIterator`
Attachments
Issue Links
- duplicates
-
ARROW-9386 [Rust] RecordBatch.schema() should not return &Arc<Schema>
- Closed
- links to