Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
robert3005 committed Oct 23, 2024
1 parent 76a95c0 commit 401f855
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vortex-serde/src/layouts/read/batch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ impl LayoutReader for FilterLayoutReader {
}

fn advance(&mut self, up_to_row: usize) -> VortexResult<Vec<Message>> {
self.row_offset = up_to_row;
self.reader.advance(up_to_row)
}
}
Expand Down

0 comments on commit 401f855

Please sign in to comment.