Skip to content

Commit

Permalink
revert to origin/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
danking committed Sep 30, 2024
1 parent c70f161 commit 49f05b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion encodings/fastlanes/src/delta/compress.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ where
pub fn delta_decompress(array: DeltaArray) -> VortexResult<PrimitiveArray> {
let bases = array.bases().into_primitive()?;
let deltas = array.deltas().into_primitive()?;

let decoded = match_each_unsigned_integer_ptype!(deltas.ptype(), |$T| {
PrimitiveArray::from_vec(
decompress_primitive::<$T>(bases.maybe_null_slice(), deltas.maybe_null_slice()),
Expand Down

0 comments on commit 49f05b4

Please sign in to comment.