Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
jdcasale committed Apr 25, 2024
1 parent 99105c7 commit a60f369
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 @@ -196,7 +196,7 @@ impl<'a, R: Read> StreamArrayReader<'a, R> {
}
self.byte_offset = offset;
if found_so_far < idx_len {
return Err(vortex_err!("EOF encountered before finding all indices"));
vortex_bail!("EOF encountered before finding all indices")
}

let result = if chunks.len() == 1 {
Expand Down

0 comments on commit a60f369

Please sign in to comment.