Skip to content

Commit 0dbaa10

Browse files
committed
u
Signed-off-by: Joe Isaacs <joe.isaacs@live.co.uk>
1 parent cbc00cd commit 0dbaa10

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

encodings/fastlanes/src/delta/array/delta_compress.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ pub fn delta_compress(
3232
// TODO(robert): This can be avoided if we add TransposedBoolArray that performs index translation when necessary.
3333
let validity = transpose_validity(&validity, ctx)?;
3434
(
35-
PrimitiveArray::new(bases, array.dtype().nullability().into()),
36-
PrimitiveArray::new(deltas, validity),
35+
PrimitiveArray::new(bases, array.dtype().nullability().into()),PrimitiveArray::new(deltas, validity),
3736
)
3837
});
3938

0 commit comments

Comments
 (0)