Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamGS committed Aug 8, 2024
1 parent 4cf5ab9 commit b2c6657
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vortex-serde/src/layouts/reader/batch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ impl BatchReader {
{
match self.children[i].read()? {
Some(rr) => match rr {
ReadResult::GetMsgs(r1) => {
messages.extend(r1);
ReadResult::GetMsgs(message) => {
messages.extend(message);
}
ReadResult::Batch(a) => *child_array = Some(a),
},
Expand Down

0 comments on commit b2c6657

Please sign in to comment.