Skip to content

Commit 489e504

Browse files
committed
self
Signed-off-by: Alexander Droste <[email protected]>
1 parent 1adea67 commit 489e504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vortex-compute/src/expand/buffer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ impl<T: Copy> Expand for Buffer<T> {
1818

1919
match mask {
2020
Mask::AllTrue(_) => self,
21-
Mask::AllFalse(_) => Buffer::empty(),
21+
Mask::AllFalse(_) => self,
2222
Mask::Values(mask_values) => {
2323
// Try to get exclusive access to expand in-place.
2424
match self.try_into_mut() {

0 commit comments

Comments
 (0)