Skip to content

Commit

Permalink
remove length assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
danking committed Sep 30, 2024
1 parent 80b14a2 commit a0fd137
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions encodings/fastlanes/src/delta/compute.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,6 @@ impl SliceFn for DeltaArray {
limit,
)?;

if arr.len() != stop - start {
vortex_bail!(
"slice produced wrong length: {} != {} - {}",
arr.len(),
stop,
start,
)
}
Ok(arr.into_array())
}
}
Expand Down

0 comments on commit a0fd137

Please sign in to comment.