Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandreyc committed Jun 14, 2024
1 parent e6124f5 commit d598f3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rust/core/tests/common/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ impl SingleBatchReader {
}

impl Iterator for SingleBatchReader {
// `RecordBatchReader` requires item to be wrapped within `Result`.
type Item = std::result::Result<RecordBatch, ArrowError>;

fn next(&mut self) -> Option<Self::Item> {
Expand Down

0 comments on commit d598f3b

Please sign in to comment.