Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
jdcasale committed Apr 26, 2024
1 parent 9537a12 commit cc212b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vortex-ipc/src/reader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ impl<'a, R: Read> StreamArrayReader<'a, R> {

let mut row_offset = self.row_offset;

// Continue reading batches from the stream until we either run out or find all indices
// Continue reading batches from the stream until we either run out
while let Some(batch) = self.next()? {
let left =
search_sorted::<usize>(indices, row_offset, SearchSortedSide::Left)?.to_index();
Expand Down

0 comments on commit cc212b5

Please sign in to comment.