We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e50a07e commit e4a0543Copy full SHA for e4a0543
1 file changed
vortex-array/src/arrays/listview/compute/take.rs
@@ -62,7 +62,7 @@ fn apply_take(array: ArrayView<'_, ListView>, indices: &ArrayRef) -> VortexResul
62
});
63
let new_sizes = match_each_integer_ptype!(nullable_new_sizes.dtype().as_ptype(), |S| {
64
nullable_new_sizes
65
- .mask(validity_array.clone())?
+ .mask(validity_array)?
66
.fill_null(Scalar::primitive(S::zero(), Nullability::NonNullable))?
67
68
0 commit comments